Html Css Color HEX #263E49 Tarawera

📋 copy color: '#263E49'

red 38 ◦ green 62 ◦ blue 73

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

Shades of Tarawera #263E49

Tints of Tarawera #263E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.84%

 BLUE value IS 73 (28.91% from 255) = 42.2%

R = 21.97%
G = 35.84%
B = 42.2%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#263E49 (or 0x263E49) is known color: Tarawera. HEX triplet: 26, 3E and 49. RGB value is (38,62,73). Sum of RGB (Red+Green+Blue) = 38+62+73=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #263E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263E49 is #D9C1B6. Grayscale: #383838. Windows color (decimal): -14270903 or 4800038. OLE color: 4800038.

HSL color Cylindrical-coordinate representation of color #263E49: hue angle of 198.86º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #263E49 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 62 73 -
CMYK 0.48 0.15 0 0.71
HSL 198.86º 0.32% 0.22% -
HSV(B) 198.86º 0.48% 0.29% -
XYZ 3.72 4.34 6.94 -
YUV 56.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 38 62 73 0.48 0.15 0 0.71 198.86 0.32 0.22
Hex 26 3E 49 30 F 0 47 C7 20 16
Octal 46 76 111 60 17 0 107 307 40 26
Binary 100110 111110 1001001 110000 1111 0 1000111 11000111 100000 10110

Color Harmonies of #263E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263E49

Black with #263E49

Text Example


Text Example

White with #263E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,62,73); }

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

background-color css

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

 a { background-color: rgb(38,62,73); }

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

border-color css

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

 span { border-color: rgb(38,62,73); }

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