#233553

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

Shades of Catalina Blue #233553

Tints of Catalina Blue #233553

Color information

#233553 (or 0x233553) is unknown color: approx Catalina Blue. HEX triplet: 23, 35 and 53. RGB value is (35,53,83). Sum of RGB (Red+Green+Blue) = 35+53+83=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #233553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233553 is #DCCAAC. Grayscale: #323232. Windows color (decimal): -14469805 or 5453091. OLE color: 5453091.

HSL color Cylindrical-coordinate representation of color #233553: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #233553 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB355383-
CMYK0.580.3600.67
HSL217.5º40.68%23.14%-
HSV(B)217.5º57.83%32.55%-
XYZ3.533.538.68-
YUV51.04146.04116.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 83 (32.81% from 255) = 48.54%
R=20.47%
G=30.99%
B=48.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3553830.580.3600.67217.540.6823.14
Hex2335533A24043da2917
Octal4365123724401033325127
Binary1000111101011010011111010100100010000111101101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233553; }

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

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

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

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

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

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

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

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