#2045C0

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

Shades of Persian Blue #2045C0

Tints of Persian Blue #2045C0

Color information

#2045C0 (or 0x2045C0) is unknown color: approx Persian Blue. HEX triplet: 20, 45 and C0. RGB value is (32,69,192). Sum of RGB (Red+Green+Blue) = 32+69+192=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #2045C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2045C0 is #DFBA3F. Grayscale: #474747. Windows color (decimal): -14662208 or 12600608. OLE color: 12600608.

HSL color Cylindrical-coordinate representation of color #2045C0: hue angle of 226.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2045C0 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3269192-
CMYK0.830.6400.25
HSL226.12º71.43%43.92%-
HSV(B)226.12º83.33%75.29%-
XYZ12.248.3750.84-
YUV71.96195.7499.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 192 (75.39% from 255) = 65.53%
R=10.92%
G=23.55%
B=65.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32691920.830.6400.25226.1271.4343.92
Hex2045C05340019e2472c
Octal4010530012310003134210754
Binary10000010001011100000010100111000000011001111000101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2045C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2045C0; }

 p { color: rgb(32,69,192); }

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

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

 a { background-color: rgb(32,69,192); }

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

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

 span { border-color: rgb(32,69,192); }

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