Html Css Color HEX #2E39CB Persian Blue

📋 copy color: '#2E39CB'

red 46 ◦ green 57 ◦ blue 203

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

Shades of Persian Blue #2E39CB

Tints of Persian Blue #2E39CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.34%

R = 15.03%
G = 18.63%
B = 66.34%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E39CB (or 0x2E39CB) is known color: Persian Blue. HEX triplet: 2E, 39 and CB. RGB value is (46,57,203). Sum of RGB (Red+Green+Blue) = 46+57+203=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E39CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E39CB is #D1C634. Grayscale: #454545. Windows color (decimal): -13747765 or 13318446. OLE color: 13318446.

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

Color convert

RGB 46 57 203 -
CMYK 0.77 0.72 0 0.20
HSL 235.8º 0.63% 0.49% -
HSV(B) 235.8º 0.77% 0.8% -
XYZ 13.37 7.82 57.3 -
YUV 70.36 202.86 110.63 -
System Red Green Blue C M Y K H S L
Decimal 46 57 203 0.77 0.72 0 0.20 235.8 0.63 0.49
Hex 2E 39 CB 4D 48 0 14 EC 3F 31
Octal 56 71 313 115 110 0 24 354 77 61
Binary 101110 111001 11001011 1001101 1001000 0 10100 11101100 111111 110001

Color Harmonies of #2E39CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E39CB

Black with #2E39CB

Text Example


Text Example

White with #2E39CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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