Html Css Color HEX #2E3CDD Persian Blue

📋 copy color: '#2E3CDD'

red 46 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #2E3CDD

Tints of Persian Blue #2E3CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 14.07%
G = 18.35%
B = 67.58%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E3CDD (or 0x2E3CDD) is known color: Persian Blue. HEX triplet: 2E, 3C and DD. RGB value is (46,60,221). Sum of RGB (Red+Green+Blue) = 46+60+221=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E3CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CDD is #D1C322. Grayscale: #494949. Windows color (decimal): -13746979 or 14498862. OLE color: 14498862.

HSL color Cylindrical-coordinate representation of color #2E3CDD: hue angle of 235.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3CDD is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 60 221 -
CMYK 0.79 0.73 0 0.13
HSL 235.2º 0.72% 0.52% -
HSV(B) 235.2º 0.79% 0.87% -
XYZ 15.79 9.03 69.32 -
YUV 74.17 210.86 107.91 -
System Red Green Blue C M Y K H S L
Decimal 46 60 221 0.79 0.73 0 0.13 235.2 0.72 0.52
Hex 2E 3C DD 4F 49 0 D EB 48 34
Octal 56 74 335 117 111 0 15 353 110 64
Binary 101110 111100 11011101 1001111 1001001 0 1101 11101011 1001000 110100

Color Harmonies of #2E3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3CDD

Black with #2E3CDD

Text Example


Text Example

White with #2E3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,60,221); }

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

background-color css

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

 a { background-color: rgb(46,60,221); }

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

border-color css

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

 span { border-color: rgb(46,60,221); }

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