#233C5D

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

Shades of Catalina Blue #233C5D

Tints of Catalina Blue #233C5D

Color information

#233C5D (or 0x233C5D) is unknown color: approx Catalina Blue. HEX triplet: 23, 3C and 5D. RGB value is (35,60,93). Sum of RGB (Red+Green+Blue) = 35+60+93=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #233C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C5D is #DCC3A2. Grayscale: #383838. Windows color (decimal): -14468003 or 6110243. OLE color: 6110243.

HSL color Cylindrical-coordinate representation of color #233C5D: hue angle of 214.14º 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 #233C5D is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB356093-
CMYK0.620.3500.64
HSL214.14º45.31%25.1%-
HSV(B)214.14º62.37%36.47%-
XYZ4.284.3810.98-
YUV56.29148.72112.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 60 (23.83% from 255) = 31.91%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=18.62%
G=31.91%
B=49.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3560930.620.3500.64214.1445.3125.1
Hex233C5D3E23040d62d19
Octal4374135764301003265531
Binary1000111111001011101111110100011010000001101011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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