#233562

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

Shades of Catalina Blue #233562

Tints of Catalina Blue #233562

Color information

#233562 (or 0x233562) is unknown color: approx Catalina Blue. HEX triplet: 23, 35 and 62. RGB value is (35,53,98). Sum of RGB (Red+Green+Blue) = 35+53+98=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #233562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233562 is #DCCA9D. Grayscale: #343434. Windows color (decimal): -14469790 or 6436131. OLE color: 6436131.

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

Color convert

RGB355398-
CMYK0.640.4600.62
HSL222.86º47.37%26.08%-
HSV(B)222.86º64.29%38.43%-
XYZ4.173.7912.07-
YUV52.75153.54115.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.82%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=18.82%
G=28.49%
B=52.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3553980.640.4600.62222.8647.3726.08
Hex233562402E03Edf2f1a
Octal4365142100560763375732
Binary1000111101011100010100000010111001111101101111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233562; }

 p { color: rgb(35,53,98); }

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

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

 a { background-color: rgb(35,53,98); }

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

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

 span { border-color: rgb(35,53,98); }

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