#204262

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

Shades of Regal Blue #204262

Tints of Regal Blue #204262

Color information

#204262 (or 0x204262) is unknown color: approx Regal Blue. HEX triplet: 20, 42 and 62. RGB value is (32,66,98). Sum of RGB (Red+Green+Blue) = 32+66+98=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #204262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204262 is #DFBD9D. Grayscale: #3B3B3B. Windows color (decimal): -14663070 or 6439456. OLE color: 6439456.

HSL color Cylindrical-coordinate representation of color #204262: hue angle of 209.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #204262 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB326698-
CMYK0.670.3300.62
HSL209.09º50.77%25.49%-
HSV(B)209.09º67.35%38.43%-
XYZ4.755.0912.29-
YUV59.48149.74108.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 98 (38.67% from 255) = 50%
R=16.33%
G=33.67%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3266980.670.3300.62209.0950.7725.49
Hex204262432103Ed13319
Octal40102142103410763216331
Binary10000010000101100010100001110000101111101101000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204262; }

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

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

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

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

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

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

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

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