Html Css Color HEX #203662 Catalina Blue

📋 copy color: '#203662'

red 32 ◦ green 54 ◦ blue 98

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

Shades of Catalina Blue #203662

Tints of Catalina Blue #203662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.26%

R = 17.39%
G = 29.35%
B = 53.26%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#203662 (or 0x203662) is known color: Catalina Blue. HEX triplet: 20, 36 and 62. RGB value is (32,54,98). Sum of RGB (Red+Green+Blue) = 32+54+98=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #203662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203662 is #DFC99D. Grayscale: #343434. Windows color (decimal): -14666142 or 6436384. OLE color: 6436384.

HSL color Cylindrical-coordinate representation of color #203662: hue angle of 220º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203662 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 54 98 -
CMYK 0.67 0.45 0 0.62
HSL 220º 0.51% 0.25% -
HSV(B) 220º 0.67% 0.38% -
XYZ 4.12 3.83 12.08 -
YUV 52.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 32 54 98 0.67 0.45 0 0.62 220 0.51 0.25
Hex 20 36 62 43 2D 0 3E DC 33 19
Octal 40 66 142 103 55 0 76 334 63 31
Binary 100000 110110 1100010 1000011 101101 0 111110 11011100 110011 11001

Color Harmonies of #203662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203662

Black with #203662

Text Example


Text Example

White with #203662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203662; }

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

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

background-color css

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

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

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

border-color css

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

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

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