Html Css Color HEX #204566 Regal Blue

📋 copy color: '#204566'

red 32 ◦ green 69 ◦ blue 102

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

Shades of Regal Blue #204566

Tints of Regal Blue #204566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 15.76%
G = 33.99%
B = 50.25%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#204566 (or 0x204566) is known color: Regal Blue. HEX triplet: 20, 45 and 66. RGB value is (32,69,102). Sum of RGB (Red+Green+Blue) = 32+69+102=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #204566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204566 is #DFBA99. Grayscale: #3D3D3D. Windows color (decimal): -14662298 or 6702368. OLE color: 6702368.

HSL color Cylindrical-coordinate representation of color #204566: hue angle of 208.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #204566 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 32 69 102 -
CMYK 0.69 0.32 0 0.6
HSL 208.29º 0.52% 0.26% -
HSV(B) 208.29º 0.69% 0.4% -
XYZ 5.12 5.52 13.37 -
YUV 61.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 32 69 102 0.69 0.32 0 0.6 208.29 0.52 0.26
Hex 20 45 66 45 20 0 3C D0 34 1A
Octal 40 105 146 105 40 0 74 320 64 32
Binary 100000 1000101 1100110 1000101 100000 0 111100 11010000 110100 11010

Color Harmonies of #204566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204566

Black with #204566

Text Example


Text Example

White with #204566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204566; }

 p { color: rgb(32,69,102); }

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

background-color css

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

 a { background-color: rgb(32,69,102); }

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

border-color css

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

 span { border-color: rgb(32,69,102); }

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