Html Css Color HEX #203C67 Catalina Blue

📋 copy color: '#203C67'

red 32 ◦ green 60 ◦ blue 103

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

Shades of Catalina Blue #203C67

Tints of Catalina Blue #203C67

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.77%

 BLUE value IS 103 (40.63% from 255) = 52.82%

R = 16.41%
G = 30.77%
B = 52.82%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#203C67 (or 0x203C67) is known color: Catalina Blue. HEX triplet: 20, 3C and 67. RGB value is (32,60,103). Sum of RGB (Red+Green+Blue) = 32+60+103=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #203C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C67 is #DFC398. Grayscale: #383838. Windows color (decimal): -14664601 or 6765600. OLE color: 6765600.

HSL color Cylindrical-coordinate representation of color #203C67: hue angle of 216.34º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203C67 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 60 103 -
CMYK 0.69 0.42 0 0.60
HSL 216.34º 0.53% 0.26% -
HSV(B) 216.34º 0.69% 0.4% -
XYZ 4.66 4.52 13.46 -
YUV 56.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 32 60 103 0.69 0.42 0 0.60 216.34 0.53 0.26
Hex 20 3C 67 45 2A 0 3C D8 35 1A
Octal 40 74 147 105 52 0 74 330 65 32
Binary 100000 111100 1100111 1000101 101010 0 111100 11011000 110101 11010

Color Harmonies of #203C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C67

Black with #203C67

Text Example


Text Example

White with #203C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203C67; }

 p { color: rgb(32,60,103); }

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

background-color css

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

 a { background-color: rgb(32,60,103); }

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

border-color css

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

 span { border-color: rgb(32,60,103); }

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