Html Css Color HEX #203C66 Catalina Blue

📋 copy color: '#203C66'

red 32 ◦ green 60 ◦ blue 102

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

Shades of Catalina Blue #203C66

Tints of Catalina Blue #203C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.58%

R = 16.49%
G = 30.93%
B = 52.58%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#203C66 (or 0x203C66) is known color: Catalina Blue. HEX triplet: 20, 3C and 66. RGB value is (32,60,102). Sum of RGB (Red+Green+Blue) = 32+60+102=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #203C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C66 is #DFC399. Grayscale: #383838. Windows color (decimal): -14664602 or 6700064. OLE color: 6700064.

HSL color Cylindrical-coordinate representation of color #203C66: hue angle of 216º degrees, saturation: 0.52, 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 #203C66 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 32 60 102 -
CMYK 0.69 0.41 0 0.6
HSL 216º 0.52% 0.26% -
HSV(B) 216º 0.69% 0.4% -
XYZ 4.61 4.5 13.2 -
YUV 56.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 32 60 102 0.69 0.41 0 0.6 216 0.52 0.26
Hex 20 3C 66 45 29 0 3C D8 34 1A
Octal 40 74 146 105 51 0 74 330 64 32
Binary 100000 111100 1100110 1000101 101001 0 111100 11011000 110100 11010

Color Harmonies of #203C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C66

Black with #203C66

Text Example


Text Example

White with #203C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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