Html Css Color HEX #233552 Catalina Blue

📋 copy color: '#233552'

red 35 ◦ green 53 ◦ blue 82

#233552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #233552

Tints of Catalina Blue #233552

RGB

 RED value IS 35 (14.06% from 255) = 20.59%

 GREEN value IS 53 (21.09% from 255) = 31.18%

 BLUE value IS 82 (32.42% from 255) = 48.24%

R = 20.59%
G = 31.18%
B = 48.24%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#233552 (or 0x233552) is known color: Catalina Blue. HEX triplet: 23, 35 and 52. RGB value is (35,53,82). Sum of RGB (Red+Green+Blue) = 35+53+82=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #233552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233552 is #DCCAAD. Grayscale: #323232. Windows color (decimal): -14469806 or 5387555. OLE color: 5387555.

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

Color convert

RGB 35 53 82 -
CMYK 0.57 0.35 0 0.68
HSL 217.02º 0.4% 0.23% -
HSV(B) 217.02º 0.57% 0.32% -
XYZ 3.49 3.51 8.48 -
YUV 50.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 35 53 82 0.57 0.35 0 0.68 217.02 0.4 0.23
Hex 23 35 52 39 23 0 44 D9 28 17
Octal 43 65 122 71 43 0 104 331 50 27
Binary 100011 110101 1010010 111001 100011 0 1000100 11011001 101000 10111

Color Harmonies of #233552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233552

Black with #233552

Text Example


Text Example

White with #233552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233552; }

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

 H1.HeaderClassName
 {
   color: #233552;
 }
 .AnyTagClassName
 {
   color: #233552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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