Html Css Color HEX #203752 Catalina Blue

📋 copy color: '#203752'

red 32 ◦ green 55 ◦ blue 82

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

Shades of Catalina Blue #203752

Tints of Catalina Blue #203752

RGB

 RED value IS 32 (12.89% from 255) = 18.93%

 GREEN value IS 55 (21.88% from 255) = 32.54%

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

R = 18.93%
G = 32.54%
B = 48.52%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#203752 (or 0x203752) is known color: Catalina Blue. HEX triplet: 20, 37 and 52. RGB value is (32,55,82). Sum of RGB (Red+Green+Blue) = 32+55+82=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #203752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203752 is #DFC8AD. Grayscale: #333333. Windows color (decimal): -14665902 or 5388064. OLE color: 5388064.

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

Color convert

RGB 32 55 82 -
CMYK 0.61 0.33 0 0.68
HSL 212.4º 0.44% 0.22% -
HSV(B) 212.4º 0.61% 0.32% -
XYZ 3.48 3.65 8.5 -
YUV 51.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 32 55 82 0.61 0.33 0 0.68 212.4 0.44 0.22
Hex 20 37 52 3D 21 0 44 D4 2C 16
Octal 40 67 122 75 41 0 104 324 54 26
Binary 100000 110111 1010010 111101 100001 0 1000100 11010100 101100 10110

Color Harmonies of #203752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203752

Black with #203752

Text Example


Text Example

White with #203752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203752; }

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

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

background-color css

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

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

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

border-color css

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

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

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