Html Css Color HEX #312ACE Persian Blue

📋 copy color: '#312ACE'

red 49 ◦ green 42 ◦ blue 206

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

Shades of Persian Blue #312ACE

Tints of Persian Blue #312ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.14%

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 16.5%
G = 14.14%
B = 69.36%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#312ACE (or 0x312ACE) is known color: Persian Blue. HEX triplet: 31, 2A and CE. RGB value is (49,42,206). Sum of RGB (Red+Green+Blue) = 49+42+206=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #312ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312ACE is #CED531. Grayscale: #3E3E3E. Windows color (decimal): -13554994 or 13511217. OLE color: 13511217.

HSL color Cylindrical-coordinate representation of color #312ACE: hue angle of 242.56º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312ACE is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 42 206 -
CMYK 0.76 0.80 0 0.19
HSL 242.56º 0.66% 0.49% -
HSV(B) 242.56º 0.8% 0.81% -
XYZ 13.24 6.77 59 -
YUV 62.79 208.82 118.16 -
System Red Green Blue C M Y K H S L
Decimal 49 42 206 0.76 0.80 0 0.19 242.56 0.66 0.49
Hex 31 2A CE 4C 50 0 13 F3 42 31
Octal 61 52 316 114 120 0 23 363 102 61
Binary 110001 101010 11001110 1001100 1010000 0 10011 11110011 1000010 110001

Color Harmonies of #312ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312ACE

Black with #312ACE

Text Example


Text Example

White with #312ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,42,206); }

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

background-color css

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

 a { background-color: rgb(49,42,206); }

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

border-color css

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

 span { border-color: rgb(49,42,206); }

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