#233463

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

Shades of Catalina Blue #233463

Tints of Catalina Blue #233463

Color information

#233463 (or 0x233463) is unknown color: approx Catalina Blue. HEX triplet: 23, 34 and 63. RGB value is (35,52,99). Sum of RGB (Red+Green+Blue) = 35+52+99=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #233463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233463 is #DCCB9C. Grayscale: #343434. Windows color (decimal): -14470045 or 6501411. OLE color: 6501411.

HSL color Cylindrical-coordinate representation of color #233463: hue angle of 224.06º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233463 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB355299-
CMYK0.650.4700.61
HSL224.06º47.76%26.27%-
HSV(B)224.06º64.65%38.82%-
XYZ4.173.7112.3-
YUV52.28154.37115.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.82%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=18.82%
G=27.96%
B=53.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3552990.650.4700.61224.0647.7626.27
Hex233463412F03De0301a
Octal4364143101570753406032
Binary1000111101001100011100000110111101111011110000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233463; }

 p { color: rgb(35,52,99); }

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

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

 a { background-color: rgb(35,52,99); }

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

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

 span { border-color: rgb(35,52,99); }

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