Html Css Color HEX #263F47 Tarawera

📋 copy color: '#263F47'

red 38 ◦ green 63 ◦ blue 71

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

Shades of Tarawera #263F47

Tints of Tarawera #263F47

RGB

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

 GREEN value IS 63 (25% from 255) = 36.63%

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

R = 22.09%
G = 36.63%
B = 41.28%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#263F47 (or 0x263F47) is known color: Tarawera. HEX triplet: 26, 3F and 47. RGB value is (38,63,71). Sum of RGB (Red+Green+Blue) = 38+63+71=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #263F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F47 is #D9C0B8. Grayscale: #383838. Windows color (decimal): -14270649 or 4669222. OLE color: 4669222.

HSL color Cylindrical-coordinate representation of color #263F47: hue angle of 194.55º 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 #263F47 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 63 71 -
CMYK 0.46 0.11 0 0.72
HSL 194.55º 0.3% 0.21% -
HSV(B) 194.55º 0.46% 0.28% -
XYZ 3.71 4.42 6.62 -
YUV 56.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 38 63 71 0.46 0.11 0 0.72 194.55 0.3 0.21
Hex 26 3F 47 2E B 0 48 C3 1E 15
Octal 46 77 107 56 13 0 110 303 36 25
Binary 100110 111111 1000111 101110 1011 0 1001000 11000011 11110 10101

Color Harmonies of #263F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F47

Black with #263F47

Text Example


Text Example

White with #263F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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