Html Css Color HEX #2E3CCB Persian Blue

📋 copy color: '#2E3CCB'

red 46 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #2E3CCB

Tints of Persian Blue #2E3CCB

RGB

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

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

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

R = 14.89%
G = 19.42%
B = 65.7%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E3CCB (or 0x2E3CCB) is known color: Persian Blue. HEX triplet: 2E, 3C and CB. RGB value is (46,60,203). Sum of RGB (Red+Green+Blue) = 46+60+203=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E3CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CCB is #D1C334. Grayscale: #474747. Windows color (decimal): -13746997 or 13319214. OLE color: 13319214.

HSL color Cylindrical-coordinate representation of color #2E3CCB: hue angle of 234.65º 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 #2E3CCB is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 60 203 -
CMYK 0.77 0.70 0 0.20
HSL 234.65º 0.63% 0.49% -
HSV(B) 234.65º 0.77% 0.8% -
XYZ 13.52 8.12 57.36 -
YUV 72.12 201.86 109.37 -
System Red Green Blue C M Y K H S L
Decimal 46 60 203 0.77 0.70 0 0.20 234.65 0.63 0.49
Hex 2E 3C CB 4D 46 0 14 EB 3F 31
Octal 56 74 313 115 106 0 24 353 77 61
Binary 101110 111100 11001011 1001101 1000110 0 10100 11101011 111111 110001

Color Harmonies of #2E3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3CCB

Black with #2E3CCB

Text Example


Text Example

White with #2E3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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