Html Css Color HEX #313ECF Persian Blue

📋 copy color: '#313ECF'

red 49 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #313ECF

Tints of Persian Blue #313ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.5%

 BLUE value IS 207 (81.25% from 255) = 65.09%

R = 15.41%
G = 19.5%
B = 65.09%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#313ECF (or 0x313ECF) is known color: Persian Blue. HEX triplet: 31, 3E and CF. RGB value is (49,62,207). Sum of RGB (Red+Green+Blue) = 49+62+207=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #313ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ECF is #CEC130. Grayscale: #4A4A4A. Windows color (decimal): -13549873 or 13581873. OLE color: 13581873.

HSL color Cylindrical-coordinate representation of color #313ECF: hue angle of 235.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313ECF is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 62 207 -
CMYK 0.76 0.70 0 0.19
HSL 235.06º 0.62% 0.5% -
HSV(B) 235.06º 0.76% 0.81% -
XYZ 14.25 8.6 59.94 -
YUV 74.64 202.69 109.71 -
System Red Green Blue C M Y K H S L
Decimal 49 62 207 0.76 0.70 0 0.19 235.06 0.62 0.5
Hex 31 3E CF 4C 46 0 13 EB 3E 32
Octal 61 76 317 114 106 0 23 353 76 62
Binary 110001 111110 11001111 1001100 1000110 0 10011 11101011 111110 110010

Color Harmonies of #313ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313ECF

Black with #313ECF

Text Example


Text Example

White with #313ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313ECF; }

 p { color: rgb(49,62,207); }

 H1.HeaderClassName
 {
   color: #313ECF;
 }
 .AnyTagClassName
 {
   color: #313ECF;
 }
</style>

background-color css

<style>
 a { background-color: #313ECF; }

 a { background-color: rgb(49,62,207); }

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

border-color css

<style>
 span { border-color: #313ECF; }

 span { border-color: rgb(49,62,207); }

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