#204366

Color #204366 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #204366

Tints of Regal Blue #204366

Color information

#204366 (or 0x204366) is unknown color: approx 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

RGB3267102-
CMYK0.690.3400.6
HSL210º52.24%26.27%-
HSV(B)210º68.63%40%-
XYZ55.2813.33-
YUV60.52151.4107.65-

RGB Variations

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

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 (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32671020.690.3400.621052.2426.27
Hex204366452203Cd2341a
Octal40103146105420743226432
Binary10000010000111100110100010110001001111001101001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>