#233D4B

Color #233D4B Tarawera (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tarawera #233D4B

Tints of Tarawera #233D4B

Color information

#233D4B (or 0x233D4B) is unknown color: approx Tarawera. HEX triplet: 23, 3D and 4B. RGB value is (35,61,75). Sum of RGB (Red+Green+Blue) = 35+61+75=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #233D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D4B is #DCC2B4. Grayscale: #363636. Windows color (decimal): -14467765 or 4930851. OLE color: 4930851.

HSL color Cylindrical-coordinate representation of color #233D4B: hue angle of 201º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #233D4B is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB356175-
CMYK0.530.1900.71
HSL201º36.36%21.57%-
HSV(B)201º53.33%29.41%-
XYZ3.634.27.28-
YUV54.82139.39113.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=20.47%
G=35.67%
B=43.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3561750.530.1900.7120136.3621.57
Hex233D4B3513047c92416
Octal4375113652301073114426
Binary100011111101100101111010110011010001111100100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,61,75); }

 H1.HeaderClassName
 {
   color: #233D4B;
 }
 .AnyTagClassName
 {
   color: #233D4B;
 }
</style>
background-color css

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

 a { background-color: rgb(35,61,75); }

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

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

 span { border-color: rgb(35,61,75); }

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