#233E5C

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

Shades of Catalina Blue #233E5C

Tints of Catalina Blue #233E5C

Color information

#233E5C (or 0x233E5C) is unknown color: approx Catalina Blue. HEX triplet: 23, 3E and 5C. RGB value is (35,62,92). Sum of RGB (Red+Green+Blue) = 35+62+92=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #233E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E5C is #DCC1A3. Grayscale: #393939. Windows color (decimal): -14467492 or 6045219. OLE color: 6045219.

HSL color Cylindrical-coordinate representation of color #233E5C: hue angle of 211.58º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #233E5C is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB356292-
CMYK0.620.3300.64
HSL211.58º44.88%24.9%-
HSV(B)211.58º61.96%36.08%-
XYZ4.354.5810.78-
YUV57.35147.55112.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 62 (24.61% from 255) = 32.80%
BLUE value IS 92 (36.33% from 255) = 48.68%
R=18.52%
G=32.80%
B=48.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3562920.620.3300.64211.5844.8824.9
Hex233E5C3E21040d42d19
Octal4376134764101003245531
Binary1000111111101011100111110100001010000001101010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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