#2035BE

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

Shades of Persian Blue #2035BE

Tints of Persian Blue #2035BE

Color information

#2035BE (or 0x2035BE) is unknown color: approx Persian Blue. HEX triplet: 20, 35 and BE. RGB value is (32,53,190). Sum of RGB (Red+Green+Blue) = 32+53+190=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #2035BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2035BE is #DFCA41. Grayscale: #3D3D3D. Windows color (decimal): -14666306 or 12465440. OLE color: 12465440.

HSL color Cylindrical-coordinate representation of color #2035BE: hue angle of 232.03º 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 #2035BE is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3253190-
CMYK0.830.7200.25
HSL232.03º71.17%43.53%-
HSV(B)232.03º83.16%74.51%-
XYZ11.166.5749.4-
YUV62.34200.04106.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 190 (74.61% from 255) = 69.09%
R=11.64%
G=19.27%
B=69.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32531900.830.7200.25232.0371.1743.53
Hex2035BE5348019e8472c
Octal406527612311003135010754
Binary1000001101011011111010100111001000011001111010001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2035BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2035BE; }

 p { color: rgb(32,53,190); }

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

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

 a { background-color: rgb(32,53,190); }

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

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

 span { border-color: rgb(32,53,190); }

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