Html Css Color HEX #313ACD Persian Blue

📋 copy color: '#313ACD'

red 49 ◦ green 58 ◦ blue 205

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

Shades of Persian Blue #313ACD

Tints of Persian Blue #313ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

 BLUE value IS 205 (80.47% from 255) = 65.71%

R = 15.71%
G = 18.59%
B = 65.71%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#313ACD (or 0x313ACD) is known color: Persian Blue. HEX triplet: 31, 3A and CD. RGB value is (49,58,205). Sum of RGB (Red+Green+Blue) = 49+58+205=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #313ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ACD is #CEC532. Grayscale: #474747. Windows color (decimal): -13550899 or 13449777. OLE color: 13449777.

HSL color Cylindrical-coordinate representation of color #313ACD: hue angle of 236.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313ACD is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 58 205 -
CMYK 0.76 0.72 0 0.20
HSL 236.54º 0.61% 0.5% -
HSV(B) 236.54º 0.76% 0.8% -
XYZ 13.8 8.09 58.59 -
YUV 72.07 203.02 111.55 -
System Red Green Blue C M Y K H S L
Decimal 49 58 205 0.76 0.72 0 0.20 236.54 0.61 0.5
Hex 31 3A CD 4C 48 0 14 ED 3D 32
Octal 61 72 315 114 110 0 24 355 75 62
Binary 110001 111010 11001101 1001100 1001000 0 10100 11101101 111101 110010

Color Harmonies of #313ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313ACD

Black with #313ACD

Text Example


Text Example

White with #313ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,58,205); }

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

background-color css

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

 a { background-color: rgb(49,58,205); }

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

border-color css

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

 span { border-color: rgb(49,58,205); }

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