Html Css Color HEX #2E3CC0 Persian Blue

📋 copy color: '#2E3CC0'

red 46 ◦ green 60 ◦ blue 192

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

Shades of Persian Blue #2E3CC0

Tints of Persian Blue #2E3CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64.43%

R = 15.44%
G = 20.13%
B = 64.43%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E3CC0 (or 0x2E3CC0) is known color: Persian Blue. HEX triplet: 2E, 3C and C0. RGB value is (46,60,192). Sum of RGB (Red+Green+Blue) = 46+60+192=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 192 (75.39% from 255 or 64.43% from 298); Max value from RGB is 192 - color contains mainly: blue. Hex color #2E3CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CC0 is #D1C33F. Grayscale: #464646. Windows color (decimal): -13747008 or 12598318. OLE color: 12598318.

HSL color Cylindrical-coordinate representation of color #2E3CC0: hue angle of 234.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E3CC0 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 60 192 -
CMYK 0.76 0.69 0 0.25
HSL 234.25º 0.61% 0.47% -
HSV(B) 234.25º 0.76% 0.75% -
XYZ 12.26 7.62 50.69 -
YUV 70.86 196.36 110.27 -
System Red Green Blue C M Y K H S L
Decimal 46 60 192 0.76 0.69 0 0.25 234.25 0.61 0.47
Hex 2E 3C C0 4C 45 0 19 EA 3D 2F
Octal 56 74 300 114 105 0 31 352 75 57
Binary 101110 111100 11000000 1001100 1000101 0 11001 11101010 111101 101111

Color Harmonies of #2E3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3CC0

Black with #2E3CC0

Text Example


Text Example

White with #2E3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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