Html Css Color HEX #2E37BC Persian Blue

📋 copy color: '#2E37BC'

red 46 ◦ green 55 ◦ blue 188

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

Shades of Persian Blue #2E37BC

Tints of Persian Blue #2E37BC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

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

R = 15.92%
G = 19.03%
B = 65.05%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E37BC (or 0x2E37BC) is known color: Persian Blue. HEX triplet: 2E, 37 and BC. RGB value is (46,55,188). Sum of RGB (Red+Green+Blue) = 46+55+188=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E37BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E37BC is #D1C843. Grayscale: #424242. Windows color (decimal): -13748292 or 12334894. OLE color: 12334894.

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

Color convert

RGB 46 55 188 -
CMYK 0.76 0.71 0 0.26
HSL 236.2º 0.61% 0.46% -
HSV(B) 236.2º 0.76% 0.74% -
XYZ 11.57 6.94 48.31 -
YUV 67.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 46 55 188 0.76 0.71 0 0.26 236.2 0.61 0.46
Hex 2E 37 BC 4C 47 0 1A EC 3D 2E
Octal 56 67 274 114 107 0 32 354 75 56
Binary 101110 110111 10111100 1001100 1000111 0 11010 11101100 111101 101110

Color Harmonies of #2E37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E37BC

Black with #2E37BC

Text Example


Text Example

White with #2E37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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