#233E4B

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

Shades of Tarawera #233E4B

Tints of Tarawera #233E4B

Color information

#233E4B (or 0x233E4B) is unknown color: approx Tarawera. HEX triplet: 23, 3E and 4B. RGB value is (35,62,75). Sum of RGB (Red+Green+Blue) = 35+62+75=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #233E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E4B is #DCC1B4. Grayscale: #373737. Windows color (decimal): -14467509 or 4931107. OLE color: 4931107.

HSL color Cylindrical-coordinate representation of color #233E4B: hue angle of 199.5º 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 #233E4B is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB356275-
CMYK0.530.1700.71
HSL199.5º36.36%21.57%-
HSV(B)199.5º53.33%29.41%-
XYZ3.694.317.29-
YUV55.41139.05113.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=20.35%
G=36.05%
B=43.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3562750.530.1700.71199.536.3621.57
Hex233E4B3511047c82416
Octal4376113652101073104426
Binary100011111110100101111010110001010001111100100010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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