Html Css Color HEX #312EBE Persian Blue

📋 copy color: '#312EBE'

red 49 ◦ green 46 ◦ blue 190

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

Shades of Persian Blue #312EBE

Tints of Persian Blue #312EBE

RGB

 RED value IS 49 (19.53% from 255) = 17.19%

 GREEN value IS 46 (18.36% from 255) = 16.14%

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 17.19%
G = 16.14%
B = 66.67%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#312EBE (or 0x312EBE) is known color: Persian Blue. HEX triplet: 31, 2E and BE. RGB value is (49,46,190). Sum of RGB (Red+Green+Blue) = 49+46+190=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #312EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312EBE is #CED141. Grayscale: #3E3E3E. Windows color (decimal): -13553986 or 12463665. OLE color: 12463665.

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

Color convert

RGB 49 46 190 -
CMYK 0.74 0.76 0 0.25
HSL 241.25º 0.61% 0.46% -
HSV(B) 241.25º 0.76% 0.75% -
XYZ 11.54 6.32 49.33 -
YUV 63.31 199.49 117.79 -
System Red Green Blue C M Y K H S L
Decimal 49 46 190 0.74 0.76 0 0.25 241.25 0.61 0.46
Hex 31 2E BE 4A 4C 0 19 F1 3D 2E
Octal 61 56 276 112 114 0 31 361 75 56
Binary 110001 101110 10111110 1001010 1001100 0 11001 11110001 111101 101110

Color Harmonies of #312EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312EBE

Black with #312EBE

Text Example


Text Example

White with #312EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312EBE; }

 p { color: rgb(49,46,190); }

 H1.HeaderClassName
 {
   color: #312EBE;
 }
 .AnyTagClassName
 {
   color: #312EBE;
 }
</style>

background-color css

<style>
 a { background-color: #312EBE; }

 a { background-color: rgb(49,46,190); }

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

border-color css

<style>
 span { border-color: #312EBE; }

 span { border-color: rgb(49,46,190); }

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