#204265

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

Shades of Regal Blue #204265

Tints of Regal Blue #204265

Color information

#204265 (or 0x204265) is unknown color: approx Regal Blue. HEX triplet: 20, 42 and 65. RGB value is (32,66,101). Sum of RGB (Red+Green+Blue) = 32+66+101=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #204265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204265 is #DFBD9A. Grayscale: #3B3B3B. Windows color (decimal): -14663067 or 6636064. OLE color: 6636064.

HSL color Cylindrical-coordinate representation of color #204265: hue angle of 210.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204265 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3266101-
CMYK0.680.3500.60
HSL210.43º51.88%26.08%-
HSV(B)210.43º68.32%39.61%-
XYZ4.895.1413.05-
YUV59.82151.24108.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=16.08%
G=33.17%
B=50.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32661010.680.3500.60210.4351.8826.08
Hex204265442303Cd2341a
Octal40102145104430743226432
Binary10000010000101100101100010010001101111001101001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204265; }

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

 H1.HeaderClassName
 {
   color: #204265;
 }
 .AnyTagClassName
 {
   color: #204265;
 }
</style>
background-color css

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

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

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

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

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

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