#2230BF

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

Shades of Persian Blue #2230BF

Tints of Persian Blue #2230BF

Color information

#2230BF (or 0x2230BF) is unknown color: approx Persian Blue. HEX triplet: 22, 30 and BF. RGB value is (34,48,191). Sum of RGB (Red+Green+Blue) = 34+48+191=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #2230BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2230BF is #DDCF40. Grayscale: #3B3B3B. Windows color (decimal): -14536513 or 12529698. OLE color: 12529698.

HSL color Cylindrical-coordinate representation of color #2230BF: hue angle of 234.65º 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 #2230BF is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3448191-
CMYK0.820.7500.25
HSL234.65º69.78%44.12%-
HSV(B)234.65º82.2%74.9%-
XYZ11.126.2249.9-
YUV60.12201.86109.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.45%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 191 (75% from 255) = 69.96%
R=12.45%
G=17.58%
B=69.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34481910.820.7500.25234.6569.7844.12
Hex2230BF524B019eb462c
Octal426027712211303135310654
Binary1000101100001011111110100101001011011001111010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2230BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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