#2332C0

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

Shades of Persian Blue #2332C0

Tints of Persian Blue #2332C0

Color information

#2332C0 (or 0x2332C0) is unknown color: approx Persian Blue. HEX triplet: 23, 32 and C0. RGB value is (35,50,192). Sum of RGB (Red+Green+Blue) = 35+50+192=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 192 (75.39% from 255 or 69.31% from 277); Max value from RGB is 192 - color contains mainly: blue. Hex color #2332C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2332C0 is #DCCD3F. Grayscale: #3D3D3D. Windows color (decimal): -14470464 or 12595747. OLE color: 12595747.

HSL color Cylindrical-coordinate representation of color #2332C0: hue angle of 234.27º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2332C0 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3550192-
CMYK0.820.7400.25
HSL234.27º69.16%44.51%-
HSV(B)234.27º81.77%75.29%-
XYZ11.356.4450.51-
YUV61.7201.53108.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.64%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 192 (75.39% from 255) = 69.31%
R=12.64%
G=18.05%
B=69.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35501920.820.7400.25234.2769.1644.51
Hex2332C0524A019ea452d
Octal436230012211203135210555
Binary1000111100101100000010100101001010011001111010101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2332C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2332C0; }

 p { color: rgb(35,50,192); }

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

<style>
 a { background-color: #2332C0; }

 a { background-color: rgb(35,50,192); }

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

<style>
 span { border-color: #2332C0; }

 span { border-color: rgb(35,50,192); }

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