#233752

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

Shades of Catalina Blue #233752

Tints of Catalina Blue #233752

Color information

#233752 (or 0x233752) is unknown color: approx Catalina Blue. HEX triplet: 23, 37 and 52. RGB value is (35,55,82). Sum of RGB (Red+Green+Blue) = 35+55+82=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #233752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233752 is #DCC8AD. Grayscale: #333333. Windows color (decimal): -14469294 or 5388067. OLE color: 5388067.

HSL color Cylindrical-coordinate representation of color #233752: hue angle of 214.47º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #233752 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB355582-
CMYK0.570.3300.68
HSL214.47º40.17%22.94%-
HSV(B)214.47º57.32%32.16%-
XYZ3.583.78.51-
YUV52.1144.87115.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 82 (32.42% from 255) = 47.67%
R=20.35%
G=31.98%
B=47.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3555820.570.3300.68214.4740.1722.94
Hex2337523921044d62817
Octal4367122714101043265027
Binary1000111101111010010111001100001010001001101011010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233752; }

 p { color: rgb(35,55,82); }

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

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

 a { background-color: rgb(35,55,82); }

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

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

 span { border-color: rgb(35,55,82); }

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