Html Css Color HEX #203C52 Regal Blue

📋 copy color: '#203C52'

red 32 ◦ green 60 ◦ blue 82

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

Shades of Regal Blue #203C52

Tints of Regal Blue #203C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.13%

R = 18.39%
G = 34.48%
B = 47.13%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#203C52 (or 0x203C52) is known color: Regal Blue. HEX triplet: 20, 3C and 52. RGB value is (32,60,82). Sum of RGB (Red+Green+Blue) = 32+60+82=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #203C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C52 is #DFC3AD. Grayscale: #363636. Windows color (decimal): -14664622 or 5389344. OLE color: 5389344.

HSL color Cylindrical-coordinate representation of color #203C52: hue angle of 206.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #203C52 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 60 82 -
CMYK 0.61 0.27 0 0.68
HSL 206.4º 0.44% 0.22% -
HSV(B) 206.4º 0.61% 0.32% -
XYZ 3.73 4.15 8.59 -
YUV 54.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 32 60 82 0.61 0.27 0 0.68 206.4 0.44 0.22
Hex 20 3C 52 3D 1B 0 44 CE 2C 16
Octal 40 74 122 75 33 0 104 316 54 26
Binary 100000 111100 1010010 111101 11011 0 1000100 11001110 101100 10110

Color Harmonies of #203C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C52

Black with #203C52

Text Example


Text Example

White with #203C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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