Html Css Color HEX #203668 Catalina Blue

📋 copy color: '#203668'

red 32 ◦ green 54 ◦ blue 104

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

Shades of Catalina Blue #203668

Tints of Catalina Blue #203668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 16.84%
G = 28.42%
B = 54.74%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#203668 (or 0x203668) is known color: Catalina Blue. HEX triplet: 20, 36 and 68. RGB value is (32,54,104). Sum of RGB (Red+Green+Blue) = 32+54+104=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #203668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203668 is #DFC997. Grayscale: #343434. Windows color (decimal): -14666136 or 6829600. OLE color: 6829600.

HSL color Cylindrical-coordinate representation of color #203668: hue angle of 221.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203668 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 54 104 -
CMYK 0.69 0.48 0 0.59
HSL 221.67º 0.53% 0.27% -
HSV(B) 221.67º 0.69% 0.41% -
XYZ 4.41 3.94 13.63 -
YUV 53.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 32 54 104 0.69 0.48 0 0.59 221.67 0.53 0.27
Hex 20 36 68 45 30 0 3B DE 35 1B
Octal 40 66 150 105 60 0 73 336 65 33
Binary 100000 110110 1101000 1000101 110000 0 111011 11011110 110101 11011

Color Harmonies of #203668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203668

Black with #203668

Text Example


Text Example

White with #203668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203668; }

 p { color: rgb(32,54,104); }

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

background-color css

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

 a { background-color: rgb(32,54,104); }

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

border-color css

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

 span { border-color: rgb(32,54,104); }

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