Html Css Color HEX #2E12BC Persian Blue

📋 copy color: '#2E12BC'

red 46 ◦ green 18 ◦ blue 188

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

Shades of Persian Blue #2E12BC

Tints of Persian Blue #2E12BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

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

R = 18.25%
G = 7.14%
B = 74.6%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E12BC (or 0x2E12BC) is known color: Persian Blue. HEX triplet: 2E, 12 and BC. RGB value is (46,18,188). Sum of RGB (Red+Green+Blue) = 46+18+188=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E12BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E12BC is #D1ED43. Grayscale: #2D2D2D. Windows color (decimal): -13757764 or 12325422. OLE color: 12325422.

HSL color Cylindrical-coordinate representation of color #2E12BC: hue angle of 249.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E12BC is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 18 188 -
CMYK 0.76 0.90 0 0.26
HSL 249.88º 0.83% 0.4% -
HSV(B) 249.88º 0.9% 0.74% -
XYZ 10.42 4.64 47.92 -
YUV 45.75 208.28 128.18 -
System Red Green Blue C M Y K H S L
Decimal 46 18 188 0.76 0.90 0 0.26 249.88 0.83 0.4
Hex 2E 12 BC 4C 5A 0 1A FA 53 28
Octal 56 22 274 114 132 0 32 372 123 50
Binary 101110 10010 10111100 1001100 1011010 0 11010 11111010 1010011 101000

Color Harmonies of #2E12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E12BC

Black with #2E12BC

Text Example


Text Example

White with #2E12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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