#2342C7

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

Shades of Persian Blue #2342C7

Tints of Persian Blue #2342C7

Color information

#2342C7 (or 0x2342C7) is unknown color: approx Persian Blue. HEX triplet: 23, 42 and C7. RGB value is (35,66,199). Sum of RGB (Red+Green+Blue) = 35+66+199=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 199 (78.12% from 255 or 66.33% from 300); Max value from RGB is 199 - color contains mainly: blue. Hex color #2342C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342C7 is #DCBD38. Grayscale: #474747. Windows color (decimal): -14466361 or 13058595. OLE color: 13058595.

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

Color convert

RGB3566199-
CMYK0.820.6700.22
HSL228.66º70.09%45.88%-
HSV(B)228.66º82.41%78.04%-
XYZ12.958.3854.97-
YUV71.89199.73101.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.67%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 199 (78.12% from 255) = 66.33%
R=11.67%
G=22%
B=66.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal35661990.820.6700.22228.6670.0945.88
Hex2342C75243016e5462e
Octal4310230712210302634510656
Binary10001110000101100011110100101000011010110111001011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2342C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,66,199); }

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

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

 a { background-color: rgb(35,66,199); }

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

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

 span { border-color: rgb(35,66,199); }

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