#2235B6

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

Shades of Persian Blue #2235B6

Tints of Persian Blue #2235B6

Color information

#2235B6 (or 0x2235B6) is unknown color: approx Persian Blue. HEX triplet: 22, 35 and B6. RGB value is (34,53,182). Sum of RGB (Red+Green+Blue) = 34+53+182=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 182 (71.48% from 255 or 67.66% from 269); Max value from RGB is 182 - color contains mainly: blue. Hex color #2235B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2235B6 is #DDCA49. Grayscale: #3D3D3D. Windows color (decimal): -14535242 or 11941154. OLE color: 11941154.

HSL color Cylindrical-coordinate representation of color #2235B6: hue angle of 232.3º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2235B6 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3453182-
CMYK0.810.7100.29
HSL232.3º68.52%42.35%-
HSV(B)232.3º81.32%71.37%-
XYZ10.386.2644.92-
YUV62.03195.71108.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.64%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 182 (71.48% from 255) = 67.66%
R=12.64%
G=19.70%
B=67.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34531820.810.7100.29232.368.5242.35
Hex2235B6514701De8452a
Octal426526612110703535010552
Binary1000101101011011011010100011000111011101111010001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2235B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2235B6; }

 p { color: rgb(34,53,182); }

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

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

 a { background-color: rgb(34,53,182); }

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

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

 span { border-color: rgb(34,53,182); }

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