Html Css Color HEX #203B52 Regal Blue

📋 copy color: '#203B52'

red 32 ◦ green 59 ◦ blue 82

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

Shades of Regal Blue #203B52

Tints of Regal Blue #203B52

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.1%

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

R = 18.5%
G = 34.1%
B = 47.4%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#203B52 (or 0x203B52) is known color: Regal Blue. HEX triplet: 20, 3B and 52. RGB value is (32,59,82). Sum of RGB (Red+Green+Blue) = 32+59+82=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #203B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B52 is #DFC4AD. Grayscale: #353535. Windows color (decimal): -14664878 or 5389088. OLE color: 5389088.

HSL color Cylindrical-coordinate representation of color #203B52: hue angle of 207.6º 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 #203B52 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 59 82 -
CMYK 0.61 0.28 0 0.68
HSL 207.6º 0.44% 0.22% -
HSV(B) 207.6º 0.61% 0.32% -
XYZ 3.68 4.04 8.57 -
YUV 53.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 32 59 82 0.61 0.28 0 0.68 207.6 0.44 0.22
Hex 20 3B 52 3D 1C 0 44 D0 2C 16
Octal 40 73 122 75 34 0 104 320 54 26
Binary 100000 111011 1010010 111101 11100 0 1000100 11010000 101100 10110

Color Harmonies of #203B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203B52

Black with #203B52

Text Example


Text Example

White with #203B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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