Html Css Color HEX #233C48 Tarawera

📋 copy color: '#233C48'

red 35 ◦ green 60 ◦ blue 72

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

Shades of Tarawera #233C48

Tints of Tarawera #233C48

RGB

 RED value IS 35 (14.06% from 255) = 20.96%

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

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

R = 20.96%
G = 35.93%
B = 43.11%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#233C48 (or 0x233C48) is known color: Tarawera. HEX triplet: 23, 3C and 48. RGB value is (35,60,72). Sum of RGB (Red+Green+Blue) = 35+60+72=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #233C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C48 is #DCC3B7. Grayscale: #353535. Windows color (decimal): -14468024 or 4733987. OLE color: 4733987.

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

Color convert

RGB 35 60 72 -
CMYK 0.51 0.17 0 0.72
HSL 199.46º 0.35% 0.21% -
HSV(B) 199.46º 0.51% 0.28% -
XYZ 3.48 4.06 6.73 -
YUV 53.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 35 60 72 0.51 0.17 0 0.72 199.46 0.35 0.21
Hex 23 3C 48 33 11 0 48 C7 23 15
Octal 43 74 110 63 21 0 110 307 43 25
Binary 100011 111100 1001000 110011 10001 0 1001000 11000111 100011 10101

Color Harmonies of #233C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233C48

Black with #233C48

Text Example


Text Example

White with #233C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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