Html Css Color HEX #203851 Regal Blue

📋 copy color: '#203851'

red 32 ◦ green 56 ◦ blue 81

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

Shades of Regal Blue #203851

Tints of Regal Blue #203851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.93%

R = 18.93%
G = 33.14%
B = 47.93%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#203851 (or 0x203851) is known color: Regal Blue. HEX triplet: 20, 38 and 51. RGB value is (32,56,81). Sum of RGB (Red+Green+Blue) = 32+56+81=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #203851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203851 is #DFC7AE. Grayscale: #333333. Windows color (decimal): -14665647 or 5322784. OLE color: 5322784.

HSL color Cylindrical-coordinate representation of color #203851: hue angle of 210.61º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203851 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 56 81 -
CMYK 0.60 0.31 0 0.68
HSL 210.61º 0.43% 0.22% -
HSV(B) 210.61º 0.6% 0.32% -
XYZ 3.5 3.73 8.32 -
YUV 51.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 32 56 81 0.60 0.31 0 0.68 210.61 0.43 0.22
Hex 20 38 51 3C 1F 0 44 D3 2B 16
Octal 40 70 121 74 37 0 104 323 53 26
Binary 100000 111000 1010001 111100 11111 0 1000100 11010011 101011 10110

Color Harmonies of #203851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203851

Black with #203851

Text Example


Text Example

White with #203851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203851; }

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

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

background-color css

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

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

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

border-color css

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

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

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