Html Css Color HEX #2E39CA Persian Blue

📋 copy color: '#2E39CA'

red 46 ◦ green 57 ◦ blue 202

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

Shades of Persian Blue #2E39CA

Tints of Persian Blue #2E39CA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

 BLUE value IS 202 (79.3% from 255) = 66.23%

R = 15.08%
G = 18.69%
B = 66.23%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E39CA (or 0x2E39CA) is known color: Persian Blue. HEX triplet: 2E, 39 and CA. RGB value is (46,57,202). Sum of RGB (Red+Green+Blue) = 46+57+202=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E39CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E39CA is #D1C635. Grayscale: #454545. Windows color (decimal): -13747766 or 13252910. OLE color: 13252910.

HSL color Cylindrical-coordinate representation of color #2E39CA: hue angle of 235.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E39CA is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 57 202 -
CMYK 0.77 0.72 0 0.21
HSL 235.77º 0.63% 0.49% -
HSV(B) 235.77º 0.77% 0.79% -
XYZ 13.25 7.77 56.68 -
YUV 70.24 202.36 110.71 -
System Red Green Blue C M Y K H S L
Decimal 46 57 202 0.77 0.72 0 0.21 235.77 0.63 0.49
Hex 2E 39 CA 4D 48 0 15 EC 3F 31
Octal 56 71 312 115 110 0 25 354 77 61
Binary 101110 111001 11001010 1001101 1001000 0 10101 11101100 111111 110001

Color Harmonies of #2E39CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E39CA

Black with #2E39CA

Text Example


Text Example

White with #2E39CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,57,202); }

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

background-color css

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

 a { background-color: rgb(46,57,202); }

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

border-color css

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

 span { border-color: rgb(46,57,202); }

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