Html Css Color HEX #203852 Regal Blue

📋 copy color: '#203852'

red 32 ◦ green 56 ◦ blue 82

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

Shades of Regal Blue #203852

Tints of Regal Blue #203852

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

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

R = 18.82%
G = 32.94%
B = 48.24%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#203852 (or 0x203852) is known color: Regal Blue. HEX triplet: 20, 38 and 52. RGB value is (32,56,82). Sum of RGB (Red+Green+Blue) = 32+56+82=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #203852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203852 is #DFC7AD. Grayscale: #333333. Windows color (decimal): -14665646 or 5388320. OLE color: 5388320.

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

Color convert

RGB 32 56 82 -
CMYK 0.61 0.32 0 0.68
HSL 211.2º 0.44% 0.22% -
HSV(B) 211.2º 0.61% 0.32% -
XYZ 3.53 3.74 8.52 -
YUV 51.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 32 56 82 0.61 0.32 0 0.68 211.2 0.44 0.22
Hex 20 38 52 3D 20 0 44 D3 2C 16
Octal 40 70 122 75 40 0 104 323 54 26
Binary 100000 111000 1010010 111101 100000 0 1000100 11010011 101100 10110

Color Harmonies of #203852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203852

Black with #203852

Text Example


Text Example

White with #203852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203852; }

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

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

background-color css

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

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

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

border-color css

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

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

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