#233E6B

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

Shades of Catalina Blue #233E6B

Tints of Catalina Blue #233E6B

Color information

#233E6B (or 0x233E6B) is unknown color: approx Catalina Blue. HEX triplet: 23, 3E and 6B. RGB value is (35,62,107). Sum of RGB (Red+Green+Blue) = 35+62+107=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #233E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E6B is #DCC194. Grayscale: #3A3A3A. Windows color (decimal): -14467477 or 7028259. OLE color: 7028259.

HSL color Cylindrical-coordinate representation of color #233E6B: hue angle of 217.5º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #233E6B is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3562107-
CMYK0.670.4200.58
HSL217.5º50.7%27.84%-
HSV(B)217.5º67.29%41.96%-
XYZ5.074.8614.58-
YUV59.06155.05110.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 107 (42.19% from 255) = 52.45%
R=17.16%
G=30.39%
B=52.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35621070.670.4200.58217.550.727.84
Hex233E6B432A03Ada331c
Octal4376153103520723326334
Binary1000111111101101011100001110101001110101101101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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