Html Css Color HEX #203353 Catalina Blue

📋 copy color: '#203353'

red 32 ◦ green 51 ◦ blue 83

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

Shades of Catalina Blue #203353

Tints of Catalina Blue #203353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 50%

R = 19.28%
G = 30.72%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#203353 (or 0x203353) is known color: Catalina Blue. HEX triplet: 20, 33 and 53. RGB value is (32,51,83). Sum of RGB (Red+Green+Blue) = 32+51+83=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #203353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203353 is #DFCCAC. Grayscale: #303030. Windows color (decimal): -14666925 or 5452576. OLE color: 5452576.

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

Color convert

RGB 32 51 83 -
CMYK 0.61 0.39 0 0.67
HSL 217.65º 0.44% 0.23% -
HSV(B) 217.65º 0.61% 0.33% -
XYZ 3.34 3.3 8.64 -
YUV 48.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 32 51 83 0.61 0.39 0 0.67 217.65 0.44 0.23
Hex 20 33 53 3D 27 0 43 DA 2C 17
Octal 40 63 123 75 47 0 103 332 54 27
Binary 100000 110011 1010011 111101 100111 0 1000011 11011010 101100 10111

Color Harmonies of #203353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203353

Black with #203353

Text Example


Text Example

White with #203353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203353; }

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

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

background-color css

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

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

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

border-color css

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

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

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