Html Css Color HEX #2E34CE Persian Blue

📋 copy color: '#2E34CE'

red 46 ◦ green 52 ◦ blue 206

#2E34CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2E34CE

Tints of Persian Blue #2E34CE

RGB

 RED value IS 46 (18.36% from 255) = 15.13%

 GREEN value IS 52 (20.7% from 255) = 17.11%

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 15.13%
G = 17.11%
B = 67.76%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E34CE (or 0x2E34CE) is known color: Persian Blue. HEX triplet: 2E, 34 and CE. RGB value is (46,52,206). Sum of RGB (Red+Green+Blue) = 46+52+206=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E34CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E34CE is #D1CB31. Grayscale: #434343. Windows color (decimal): -13749042 or 13513774. OLE color: 13513774.

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

Color convert

RGB 46 52 206 -
CMYK 0.78 0.75 0 0.19
HSL 237.75º 0.63% 0.49% -
HSV(B) 237.75º 0.78% 0.81% -
XYZ 13.5 7.49 59.13 -
YUV 67.76 206.01 112.48 -
System Red Green Blue C M Y K H S L
Decimal 46 52 206 0.78 0.75 0 0.19 237.75 0.63 0.49
Hex 2E 34 CE 4E 4B 0 13 EE 3F 31
Octal 56 64 316 116 113 0 23 356 77 61
Binary 101110 110100 11001110 1001110 1001011 0 10011 11101110 111111 110001

Color Harmonies of #2E34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E34CE

Black with #2E34CE

Text Example


Text Example

White with #2E34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E34CE;
 }
 .AnyTagClassName
 {
   color: #2E34CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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