Html Css Color HEX #204367 Regal Blue

📋 copy color: '#204367'

red 32 ◦ green 67 ◦ blue 103

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

Shades of Regal Blue #204367

Tints of Regal Blue #204367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.17%

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

R = 15.84%
G = 33.17%
B = 50.99%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#204367 (or 0x204367) is known color: Regal Blue. HEX triplet: 20, 43 and 67. RGB value is (32,67,103). Sum of RGB (Red+Green+Blue) = 32+67+103=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #204367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204367 is #DFBC98. Grayscale: #3C3C3C. Windows color (decimal): -14662809 or 6767392. OLE color: 6767392.

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

Color convert

RGB 32 67 103 -
CMYK 0.69 0.35 0 0.60
HSL 210.42º 0.53% 0.26% -
HSV(B) 210.42º 0.69% 0.4% -
XYZ 5.05 5.3 13.59 -
YUV 60.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 32 67 103 0.69 0.35 0 0.60 210.42 0.53 0.26
Hex 20 43 67 45 23 0 3C D2 35 1A
Octal 40 103 147 105 43 0 74 322 65 32
Binary 100000 1000011 1100111 1000101 100011 0 111100 11010010 110101 11010

Color Harmonies of #204367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204367

Black with #204367

Text Example


Text Example

White with #204367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204367; }

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

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

background-color css

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

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

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

border-color css

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

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

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