Html Css Color HEX #204366 Regal Blue

📋 copy color: '#204366'

red 32 ◦ green 67 ◦ blue 102

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

Shades of Regal Blue #204366

Tints of Regal Blue #204366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.75%

R = 15.92%
G = 33.33%
B = 50.75%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#204366 (or 0x204366) is known color: Regal Blue. HEX triplet: 20, 43 and 66. RGB value is (32,67,102). Sum of RGB (Red+Green+Blue) = 32+67+102=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #204366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204366 is #DFBC99. Grayscale: #3C3C3C. Windows color (decimal): -14662810 or 6701856. OLE color: 6701856.

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

Color convert

RGB 32 67 102 -
CMYK 0.69 0.34 0 0.6
HSL 210º 0.52% 0.26% -
HSV(B) 210º 0.69% 0.4% -
XYZ 5 5.28 13.33 -
YUV 60.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 32 67 102 0.69 0.34 0 0.6 210 0.52 0.26
Hex 20 43 66 45 22 0 3C D2 34 1A
Octal 40 103 146 105 42 0 74 322 64 32
Binary 100000 1000011 1100110 1000101 100010 0 111100 11010010 110100 11010

Color Harmonies of #204366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204366

Black with #204366

Text Example


Text Example

White with #204366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204366; }

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

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

background-color css

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

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

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

border-color css

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

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

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