Html Css Color HEX #312EBA Persian Blue

📋 copy color: '#312EBA'

red 49 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #312EBA

Tints of Persian Blue #312EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 17.44%
G = 16.37%
B = 66.19%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#312EBA (or 0x312EBA) is known color: Persian Blue. HEX triplet: 31, 2E and BA. RGB value is (49,46,186). Sum of RGB (Red+Green+Blue) = 49+46+186=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #312EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312EBA is #CED145. Grayscale: #3E3E3E. Windows color (decimal): -13553990 or 12201521. OLE color: 12201521.

HSL color Cylindrical-coordinate representation of color #312EBA: hue angle of 241.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312EBA is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 46 186 -
CMYK 0.74 0.75 0 0.27
HSL 241.29º 0.6% 0.45% -
HSV(B) 241.29º 0.75% 0.73% -
XYZ 11.11 6.15 47.06 -
YUV 62.86 197.49 118.12 -
System Red Green Blue C M Y K H S L
Decimal 49 46 186 0.74 0.75 0 0.27 241.29 0.6 0.45
Hex 31 2E BA 4A 4B 0 1B F1 3C 2D
Octal 61 56 272 112 113 0 33 361 74 55
Binary 110001 101110 10111010 1001010 1001011 0 11011 11110001 111100 101101

Color Harmonies of #312EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312EBA

Black with #312EBA

Text Example


Text Example

White with #312EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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