#2E34CF

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

Shades of Persian Blue #2E34CF

Tints of Persian Blue #2E34CF

Color information

#2E34CF (or 0x2E34CF) is unknown color: approx Persian Blue. HEX triplet: 2E, 34 and CF. RGB value is (46,52,207). Sum of RGB (Red+Green+Blue) = 46+52+207=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E34CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E34CF is #D1CB30. Grayscale: #434343. Windows color (decimal): -13749041 or 13579310. OLE color: 13579310.

HSL color Cylindrical-coordinate representation of color #2E34CF: hue angle of 237.76º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E34CF is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4652207-
CMYK0.780.7500.19
HSL237.76º63.64%49.61%-
HSV(B)237.76º77.78%81.18%-
XYZ13.627.5459.77-
YUV67.88206.51112.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 207 (81.25% from 255) = 67.87%
R=15.08%
G=17.05%
B=67.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal46522070.780.7500.19237.7663.6449.61
Hex2E34CF4E4B013ee4032
Octal566431711611302335610062
Binary1011101101001100111110011101001011010011111011101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E34CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E34CF; }

 p { color: rgb(46,52,207); }

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

<style>
 a { background-color: #2E34CF; }

 a { background-color: rgb(46,52,207); }

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

<style>
 span { border-color: #2E34CF; }

 span { border-color: rgb(46,52,207); }

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