Html Css Color HEX #263C48 Tarawera

📋 copy color: '#263C48'

red 38 ◦ green 60 ◦ blue 72

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

Shades of Tarawera #263C48

Tints of Tarawera #263C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.29%

 BLUE value IS 72 (28.52% from 255) = 42.35%

R = 22.35%
G = 35.29%
B = 42.35%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#263C48 (or 0x263C48) is known color: Tarawera. HEX triplet: 26, 3C and 48. RGB value is (38,60,72). Sum of RGB (Red+Green+Blue) = 38+60+72=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #263C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C48 is #D9C3B7. Grayscale: #363636. Windows color (decimal): -14271416 or 4733990. OLE color: 4733990.

HSL color Cylindrical-coordinate representation of color #263C48: hue angle of 201.18º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #263C48 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 60 72 -
CMYK 0.47 0.17 0 0.72
HSL 201.18º 0.31% 0.22% -
HSV(B) 201.18º 0.47% 0.28% -
XYZ 3.58 4.11 6.74 -
YUV 54.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 38 60 72 0.47 0.17 0 0.72 201.18 0.31 0.22
Hex 26 3C 48 2F 11 0 48 C9 1F 16
Octal 46 74 110 57 21 0 110 311 37 26
Binary 100110 111100 1001000 101111 10001 0 1001000 11001001 11111 10110

Color Harmonies of #263C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263C48

Black with #263C48

Text Example


Text Example

White with #263C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,60,72); }

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

background-color css

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

 a { background-color: rgb(38,60,72); }

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

border-color css

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

 span { border-color: rgb(38,60,72); }

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