Html Css Color HEX #203350 Catalina Blue

📋 copy color: '#203350'

red 32 ◦ green 51 ◦ blue 80

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

Shades of Catalina Blue #203350

Tints of Catalina Blue #203350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.29%

 BLUE value IS 80 (31.64% from 255) = 49.08%

R = 19.63%
G = 31.29%
B = 49.08%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#203350 (or 0x203350) is known color: Catalina Blue. HEX triplet: 20, 33 and 50. RGB value is (32,51,80). Sum of RGB (Red+Green+Blue) = 32+51+80=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #203350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203350 is #DFCCAF. Grayscale: #303030. Windows color (decimal): -14666928 or 5255968. OLE color: 5255968.

HSL color Cylindrical-coordinate representation of color #203350: hue angle of 216.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203350 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 51 80 -
CMYK 0.60 0.36 0 0.69
HSL 216.25º 0.43% 0.22% -
HSV(B) 216.25º 0.6% 0.31% -
XYZ 3.23 3.25 8.05 -
YUV 48.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 32 51 80 0.60 0.36 0 0.69 216.25 0.43 0.22
Hex 20 33 50 3C 24 0 45 D8 2B 16
Octal 40 63 120 74 44 0 105 330 53 26
Binary 100000 110011 1010000 111100 100100 0 1000101 11011000 101011 10110

Color Harmonies of #203350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203350

Black with #203350

Text Example


Text Example

White with #203350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203350; }

 p { color: rgb(32,51,80); }

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

background-color css

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

 a { background-color: rgb(32,51,80); }

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

border-color css

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

 span { border-color: rgb(32,51,80); }

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