Html Css Color HEX #204567 Regal Blue

📋 copy color: '#204567'

red 32 ◦ green 69 ◦ blue 103

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

Shades of Regal Blue #204567

Tints of Regal Blue #204567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.49%

R = 15.69%
G = 33.82%
B = 50.49%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#204567 (or 0x204567) is known color: Regal Blue. HEX triplet: 20, 45 and 67. RGB value is (32,69,103). Sum of RGB (Red+Green+Blue) = 32+69+103=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #204567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204567 is #DFBA98. Grayscale: #3D3D3D. Windows color (decimal): -14662297 or 6767904. OLE color: 6767904.

HSL color Cylindrical-coordinate representation of color #204567: hue angle of 208.73º degrees, saturation: 0.53, 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 #204567 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 69 103 -
CMYK 0.69 0.33 0 0.60
HSL 208.73º 0.53% 0.26% -
HSV(B) 208.73º 0.69% 0.4% -
XYZ 5.17 5.54 13.63 -
YUV 61.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 32 69 103 0.69 0.33 0 0.60 208.73 0.53 0.26
Hex 20 45 67 45 21 0 3C D1 35 1A
Octal 40 105 147 105 41 0 74 321 65 32
Binary 100000 1000101 1100111 1000101 100001 0 111100 11010001 110101 11010

Color Harmonies of #204567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204567

Black with #204567

Text Example


Text Example

White with #204567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204567; }

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

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

background-color css

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

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

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

border-color css

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

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

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