#2027C4

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

Shades of Persian Blue #2027C4

Tints of Persian Blue #2027C4

Color information

#2027C4 (or 0x2027C4) is unknown color: approx Persian Blue. HEX triplet: 20, 27 and C4. RGB value is (32,39,196). Sum of RGB (Red+Green+Blue) = 32+39+196=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 196 (76.95% from 255 or 73.41% from 267); Max value from RGB is 196 - color contains mainly: blue. Hex color #2027C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2027C4 is #DFD83B. Grayscale: #363636. Windows color (decimal): -14669884 or 12855072. OLE color: 12855072.

HSL color Cylindrical-coordinate representation of color #2027C4: hue angle of 237.44º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2027C4 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3239196-
CMYK0.840.8000.23
HSL237.44º71.93%44.71%-
HSV(B)237.44º83.67%76.86%-
XYZ11.285.7452.74-
YUV54.8207.68111.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 196 (76.95% from 255) = 73.41%
R=11.99%
G=14.61%
B=73.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal32391960.840.8000.23237.4471.9344.71
Hex2027C45450017ed482d
Octal404730412412002735511055
Binary1000001001111100010010101001010000010111111011011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2027C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2027C4; }

 p { color: rgb(32,39,196); }

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

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

 a { background-color: rgb(32,39,196); }

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

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

 span { border-color: rgb(32,39,196); }

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