Html Css Color HEX #263D47 Tarawera

📋 copy color: '#263D47'

red 38 ◦ green 61 ◦ blue 71

#263D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tarawera #263D47

Tints of Tarawera #263D47

RGB

 RED value IS 38 (15.23% from 255) = 22.35%

 GREEN value IS 61 (24.22% from 255) = 35.88%

 BLUE value IS 71 (28.13% from 255) = 41.76%

R = 22.35%
G = 35.88%
B = 41.76%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#263D47 (or 0x263D47) is known color: Tarawera. HEX triplet: 26, 3D and 47. RGB value is (38,61,71). Sum of RGB (Red+Green+Blue) = 38+61+71=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #263D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D47 is #D9C2B8. Grayscale: #373737. Windows color (decimal): -14271161 or 4668710. OLE color: 4668710.

HSL color Cylindrical-coordinate representation of color #263D47: hue angle of 198.18º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #263D47 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 61 71 -
CMYK 0.46 0.14 0 0.72
HSL 198.18º 0.3% 0.21% -
HSV(B) 198.18º 0.46% 0.28% -
XYZ 3.61 4.2 6.58 -
YUV 55.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 38 61 71 0.46 0.14 0 0.72 198.18 0.3 0.21
Hex 26 3D 47 2E E 0 48 C6 1E 15
Octal 46 75 107 56 16 0 110 306 36 25
Binary 100110 111101 1000111 101110 1110 0 1001000 11000110 11110 10101

Color Harmonies of #263D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D47

Black with #263D47

Text Example


Text Example

White with #263D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263D47; }

 p { color: rgb(38,61,71); }

 H1.HeaderClassName
 {
   color: #263D47;
 }
 .AnyTagClassName
 {
   color: #263D47;
 }
</style>

background-color css

<style>
 a { background-color: #263D47; }

 a { background-color: rgb(38,61,71); }

 div.DivClassName
 {
   background-color: #263D47;
 }
 .BgClassName
 {
   background-color: #263D47;
 }
</style>

border-color css

<style>
 span { border-color: #263D47; }

 span { border-color: rgb(38,61,71); }

 td.TdClassName
 {
   border-color: #263D47;
 }
 .TagClassName
 {
   border-color: #263D47;
 }
</style>