#233568

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

Shades of Catalina Blue #233568

Tints of Catalina Blue #233568

Color information

#233568 (or 0x233568) is unknown color: approx Catalina Blue. HEX triplet: 23, 35 and 68. RGB value is (35,53,104). Sum of RGB (Red+Green+Blue) = 35+53+104=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #233568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233568 is #DCCA97. Grayscale: #353535. Windows color (decimal): -14469784 or 6829347. OLE color: 6829347.

HSL color Cylindrical-coordinate representation of color #233568: hue angle of 224.35º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233568 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3553104-
CMYK0.660.4900.59
HSL224.35º49.64%27.25%-
HSV(B)224.35º66.35%40.78%-
XYZ4.463.913.61-
YUV53.43156.54114.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.23%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=18.23%
G=27.60%
B=54.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35531040.660.4900.59224.3549.6427.25
Hex233568423103Be0321b
Octal4365150102610733406233
Binary1000111101011101000100001011000101110111110000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233568; }

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

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

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

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

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

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

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

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