Html Css Color HEX #204267 Regal Blue

📋 copy color: '#204267'

red 32 ◦ green 66 ◦ blue 103

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

Shades of Regal Blue #204267

Tints of Regal Blue #204267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

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

R = 15.92%
G = 32.84%
B = 51.24%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#204267 (or 0x204267) is known color: Regal Blue. HEX triplet: 20, 42 and 67. RGB value is (32,66,103). Sum of RGB (Red+Green+Blue) = 32+66+103=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #204267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204267 is #DFBD98. Grayscale: #3B3B3B. Windows color (decimal): -14663065 or 6767136. OLE color: 6767136.

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

Color convert

RGB 32 66 103 -
CMYK 0.69 0.36 0 0.60
HSL 211.27º 0.53% 0.26% -
HSV(B) 211.27º 0.69% 0.4% -
XYZ 4.99 5.18 13.57 -
YUV 60.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 32 66 103 0.69 0.36 0 0.60 211.27 0.53 0.26
Hex 20 42 67 45 24 0 3C D3 35 1A
Octal 40 102 147 105 44 0 74 323 65 32
Binary 100000 1000010 1100111 1000101 100100 0 111100 11010011 110101 11010

Color Harmonies of #204267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204267

Black with #204267

Text Example


Text Example

White with #204267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204267; }

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

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

background-color css

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

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

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

border-color css

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

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

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