Html Css Color HEX #2E38D0 Persian Blue

📋 copy color: '#2E38D0'

red 46 ◦ green 56 ◦ blue 208

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

Shades of Persian Blue #2E38D0

Tints of Persian Blue #2E38D0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

 BLUE value IS 208 (81.64% from 255) = 67.1%

R = 14.84%
G = 18.06%
B = 67.1%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2E38D0 (or 0x2E38D0) is known color: Persian Blue. HEX triplet: 2E, 38 and D0. RGB value is (46,56,208). Sum of RGB (Red+Green+Blue) = 46+56+208=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 208 (81.64% from 255 or 67.10% from 310); Max value from RGB is 208 - color contains mainly: blue. Hex color #2E38D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E38D0 is #D1C72F. Grayscale: #454545. Windows color (decimal): -13748016 or 13645870. OLE color: 13645870.

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

Color convert

RGB 46 56 208 -
CMYK 0.78 0.73 0 0.18
HSL 236.3º 0.64% 0.5% -
HSV(B) 236.3º 0.78% 0.82% -
XYZ 13.93 7.96 60.48 -
YUV 70.34 205.69 110.64 -
System Red Green Blue C M Y K H S L
Decimal 46 56 208 0.78 0.73 0 0.18 236.3 0.64 0.5
Hex 2E 38 D0 4E 49 0 12 EC 40 32
Octal 56 70 320 116 111 0 22 354 100 62
Binary 101110 111000 11010000 1001110 1001001 0 10010 11101100 1000000 110010

Color Harmonies of #2E38D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E38D0

Black with #2E38D0

Text Example


Text Example

White with #2E38D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,56,208); }

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

background-color css

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

 a { background-color: rgb(46,56,208); }

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

border-color css

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

 span { border-color: rgb(46,56,208); }

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