Html Css Color HEX #313ACF Persian Blue

📋 copy color: '#313ACF'

red 49 ◦ green 58 ◦ blue 207

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

Shades of Persian Blue #313ACF

Tints of Persian Blue #313ACF

RGB

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

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

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

R = 15.61%
G = 18.47%
B = 65.92%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#313ACF (or 0x313ACF) is known color: Persian Blue. HEX triplet: 31, 3A and CF. RGB value is (49,58,207). Sum of RGB (Red+Green+Blue) = 49+58+207=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #313ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ACF is #CEC530. Grayscale: #474747. Windows color (decimal): -13550897 or 13580849. OLE color: 13580849.

HSL color Cylindrical-coordinate representation of color #313ACF: hue angle of 236.58º 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 #313ACF is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 58 207 -
CMYK 0.76 0.72 0 0.19
HSL 236.58º 0.62% 0.5% -
HSV(B) 236.58º 0.76% 0.81% -
XYZ 14.04 8.18 59.87 -
YUV 72.3 204.02 111.38 -
System Red Green Blue C M Y K H S L
Decimal 49 58 207 0.76 0.72 0 0.19 236.58 0.62 0.5
Hex 31 3A CF 4C 48 0 13 ED 3E 32
Octal 61 72 317 114 110 0 23 355 76 62
Binary 110001 111010 11001111 1001100 1001000 0 10011 11101101 111110 110010

Color Harmonies of #313ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313ACF

Black with #313ACF

Text Example


Text Example

White with #313ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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