Html Css Color HEX #204468 Regal Blue

📋 copy color: '#204468'

red 32 ◦ green 68 ◦ blue 104

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

Shades of Regal Blue #204468

Tints of Regal Blue #204468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.98%

R = 15.69%
G = 33.33%
B = 50.98%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#204468 (or 0x204468) is known color: Regal Blue. HEX triplet: 20, 44 and 68. RGB value is (32,68,104). Sum of RGB (Red+Green+Blue) = 32+68+104=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #204468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204468 is #DFBB97. Grayscale: #3D3D3D. Windows color (decimal): -14662552 or 6833184. OLE color: 6833184.

HSL color Cylindrical-coordinate representation of color #204468: hue angle of 210º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #204468 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 68 104 -
CMYK 0.69 0.35 0 0.59
HSL 210º 0.53% 0.27% -
HSV(B) 210º 0.69% 0.41% -
XYZ 5.16 5.44 13.87 -
YUV 61.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 32 68 104 0.69 0.35 0 0.59 210 0.53 0.27
Hex 20 44 68 45 23 0 3B D2 35 1B
Octal 40 104 150 105 43 0 73 322 65 33
Binary 100000 1000100 1101000 1000101 100011 0 111011 11010010 110101 11011

Color Harmonies of #204468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204468

Black with #204468

Text Example


Text Example

White with #204468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204468; }

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

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

background-color css

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

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

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

border-color css

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

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

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