#233952

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

Shades of Catalina Blue #233952

Tints of Catalina Blue #233952

Color information

#233952 (or 0x233952) is unknown color: approx Catalina Blue. HEX triplet: 23, 39 and 52. RGB value is (35,57,82). Sum of RGB (Red+Green+Blue) = 35+57+82=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #233952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233952 is #DCC6AD. Grayscale: #353535. Windows color (decimal): -14468782 or 5388579. OLE color: 5388579.

HSL color Cylindrical-coordinate representation of color #233952: hue angle of 211.91º 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 #233952 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB355782-
CMYK0.570.3000.68
HSL211.91º40.17%22.94%-
HSV(B)211.91º57.32%32.16%-
XYZ3.683.898.54-
YUV53.27144.21114.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 82 (32.42% from 255) = 47.13%
R=20.11%
G=32.76%
B=47.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3557820.570.3000.68211.9140.1722.94
Hex233952391E044d42817
Octal4371122713601043245027
Binary100011111001101001011100111110010001001101010010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233952; }

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

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

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

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

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

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

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

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