#2235BF

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

Shades of Persian Blue #2235BF

Tints of Persian Blue #2235BF

Color information

#2235BF (or 0x2235BF) is unknown color: approx Persian Blue. HEX triplet: 22, 35 and BF. RGB value is (34,53,191). Sum of RGB (Red+Green+Blue) = 34+53+191=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #2235BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2235BF is #DDCA40. Grayscale: #3E3E3E. Windows color (decimal): -14535233 or 12530978. OLE color: 12530978.

HSL color Cylindrical-coordinate representation of color #2235BF: hue angle of 232.74º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2235BF is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3453191-
CMYK0.820.7200.25
HSL232.74º69.78%44.12%-
HSV(B)232.74º82.2%74.9%-
XYZ11.346.6549.98-
YUV63.05200.21107.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.23%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 191 (75% from 255) = 68.71%
R=12.23%
G=19.06%
B=68.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34531910.820.7200.25232.7469.7844.12
Hex2235BF5248019e9462c
Octal426527712211003135110654
Binary1000101101011011111110100101001000011001111010011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2235BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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