#2232C7

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

Shades of Persian Blue #2232C7

Tints of Persian Blue #2232C7

Color information

#2232C7 (or 0x2232C7) is unknown color: approx Persian Blue. HEX triplet: 22, 32 and C7. RGB value is (34,50,199). Sum of RGB (Red+Green+Blue) = 34+50+199=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 199 (78.12% from 255 or 70.32% from 283); Max value from RGB is 199 - color contains mainly: blue. Hex color #2232C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2232C7 is #DDCD38. Grayscale: #3D3D3D. Windows color (decimal): -14535993 or 13054498. OLE color: 13054498.

HSL color Cylindrical-coordinate representation of color #2232C7: hue angle of 234.18º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2232C7 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3450199-
CMYK0.830.7500.22
HSL234.18º70.82%45.69%-
HSV(B)234.18º82.91%78.04%-
XYZ12.116.7454.7-
YUV62.2205.2107.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.01%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 199 (78.12% from 255) = 70.32%
R=12.01%
G=17.67%
B=70.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal34501990.830.7500.22234.1870.8245.69
Hex2232C7534B016ea472e
Octal426230712311302635210756
Binary1000101100101100011110100111001011010110111010101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2232C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2232C7; }

 p { color: rgb(34,50,199); }

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

<style>
 a { background-color: #2232C7; }

 a { background-color: rgb(34,50,199); }

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

<style>
 span { border-color: #2232C7; }

 span { border-color: rgb(34,50,199); }

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