Html Css Color HEX #2E28BC Persian Blue

📋 copy color: '#2E28BC'

red 46 ◦ green 40 ◦ blue 188

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

Shades of Persian Blue #2E28BC

Tints of Persian Blue #2E28BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

 BLUE value IS 188 (73.83% from 255) = 68.61%

R = 16.79%
G = 14.6%
B = 68.61%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E28BC (or 0x2E28BC) is known color: Persian Blue. HEX triplet: 2E, 28 and BC. RGB value is (46,40,188). Sum of RGB (Red+Green+Blue) = 46+40+188=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E28BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E28BC is #D1D743. Grayscale: #3A3A3A. Windows color (decimal): -13752132 or 12331054. OLE color: 12331054.

HSL color Cylindrical-coordinate representation of color #2E28BC: hue angle of 242.43º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E28BC is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 40 188 -
CMYK 0.76 0.79 0 0.26
HSL 242.43º 0.65% 0.45% -
HSV(B) 242.43º 0.79% 0.74% -
XYZ 10.96 5.73 48.11 -
YUV 58.67 200.99 118.97 -
System Red Green Blue C M Y K H S L
Decimal 46 40 188 0.76 0.79 0 0.26 242.43 0.65 0.45
Hex 2E 28 BC 4C 4F 0 1A F2 41 2D
Octal 56 50 274 114 117 0 32 362 101 55
Binary 101110 101000 10111100 1001100 1001111 0 11010 11110010 1000001 101101

Color Harmonies of #2E28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E28BC

Black with #2E28BC

Text Example


Text Example

White with #2E28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,40,188); }

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

background-color css

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

 a { background-color: rgb(46,40,188); }

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

border-color css

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

 span { border-color: rgb(46,40,188); }

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