Html Css Color HEX #204467 Regal Blue

📋 copy color: '#204467'

red 32 ◦ green 68 ◦ blue 103

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

Shades of Regal Blue #204467

Tints of Regal Blue #204467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

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

R = 15.76%
G = 33.5%
B = 50.74%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#204467 (or 0x204467) is known color: Regal Blue. HEX triplet: 20, 44 and 67. RGB value is (32,68,103). Sum of RGB (Red+Green+Blue) = 32+68+103=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #204467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204467 is #DFBB98. Grayscale: #3D3D3D. Windows color (decimal): -14662553 or 6767648. OLE color: 6767648.

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

Color convert

RGB 32 68 103 -
CMYK 0.69 0.34 0 0.60
HSL 209.58º 0.53% 0.26% -
HSV(B) 209.58º 0.69% 0.4% -
XYZ 5.11 5.42 13.61 -
YUV 61.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 32 68 103 0.69 0.34 0 0.60 209.58 0.53 0.26
Hex 20 44 67 45 22 0 3C D2 35 1A
Octal 40 104 147 105 42 0 74 322 65 32
Binary 100000 1000100 1100111 1000101 100010 0 111100 11010010 110101 11010

Color Harmonies of #204467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204467

Black with #204467

Text Example


Text Example

White with #204467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204467; }

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

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

background-color css

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

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

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

border-color css

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

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

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