#233360

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

Shades of Catalina Blue #233360

Tints of Catalina Blue #233360

Color information

#233360 (or 0x233360) is unknown color: approx Catalina Blue. HEX triplet: 23, 33 and 60. RGB value is (35,51,96). Sum of RGB (Red+Green+Blue) = 35+51+96=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #233360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233360 is #DCCC9F. Grayscale: #333333. Windows color (decimal): -14470304 or 6304547. OLE color: 6304547.

HSL color Cylindrical-coordinate representation of color #233360: hue angle of 224.26º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #233360 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB355196-
CMYK0.640.4700.62
HSL224.26º46.56%25.69%-
HSV(B)224.26º63.54%37.65%-
XYZ3.993.5711.55-
YUV51.35153.2116.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.23%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=19.23%
G=28.02%
B=52.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3551960.640.4700.62224.2646.5625.69
Hex233360402F03Ee02f1a
Octal4363140100570763405732
Binary1000111100111100000100000010111101111101110000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233360; }

 p { color: rgb(35,51,96); }

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

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

 a { background-color: rgb(35,51,96); }

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

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

 span { border-color: rgb(35,51,96); }

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