Html Css Color HEX #203C68 Catalina Blue

📋 copy color: '#203C68'

red 32 ◦ green 60 ◦ blue 104

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

Shades of Catalina Blue #203C68

Tints of Catalina Blue #203C68

RGB

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

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

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

R = 16.33%
G = 30.61%
B = 53.06%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#203C68 (or 0x203C68) is known color: Catalina Blue. HEX triplet: 20, 3C and 68. RGB value is (32,60,104). Sum of RGB (Red+Green+Blue) = 32+60+104=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #203C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C68 is #DFC397. Grayscale: #383838. Windows color (decimal): -14664600 or 6831136. OLE color: 6831136.

HSL color Cylindrical-coordinate representation of color #203C68: hue angle of 216.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 #203C68 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 60 104 -
CMYK 0.69 0.42 0 0.59
HSL 216.67º 0.53% 0.27% -
HSV(B) 216.67º 0.69% 0.41% -
XYZ 4.71 4.54 13.72 -
YUV 56.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 32 60 104 0.69 0.42 0 0.59 216.67 0.53 0.27
Hex 20 3C 68 45 2A 0 3B D9 35 1B
Octal 40 74 150 105 52 0 73 331 65 33
Binary 100000 111100 1101000 1000101 101010 0 111011 11011001 110101 11011

Color Harmonies of #203C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C68

Black with #203C68

Text Example


Text Example

White with #203C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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