Html Css Color HEX #312EDC Persian Blue

📋 copy color: '#312EDC'

red 49 ◦ green 46 ◦ blue 220

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

Shades of Persian Blue #312EDC

Tints of Persian Blue #312EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 15.56%
G = 14.6%
B = 69.84%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#312EDC (or 0x312EDC) is known color: Persian Blue. HEX triplet: 31, 2E and DC. RGB value is (49,46,220). Sum of RGB (Red+Green+Blue) = 49+46+220=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #312EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312EDC is #CED123. Grayscale: #424242. Windows color (decimal): -13553956 or 14429745. OLE color: 14429745.

HSL color Cylindrical-coordinate representation of color #312EDC: hue angle of 241.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312EDC is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 46 220 -
CMYK 0.78 0.79 0 0.14
HSL 241.03º 0.71% 0.52% -
HSV(B) 241.03º 0.79% 0.86% -
XYZ 15.16 7.77 68.41 -
YUV 66.73 214.49 115.35 -
System Red Green Blue C M Y K H S L
Decimal 49 46 220 0.78 0.79 0 0.14 241.03 0.71 0.52
Hex 31 2E DC 4E 4F 0 E F1 47 34
Octal 61 56 334 116 117 0 16 361 107 64
Binary 110001 101110 11011100 1001110 1001111 0 1110 11110001 1000111 110100

Color Harmonies of #312EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312EDC

Black with #312EDC

Text Example


Text Example

White with #312EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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