Html Css Color HEX #316CCF Royal Blue

📋 copy color: '#316CCF'

red 49 ◦ green 108 ◦ blue 207

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

Shades of Royal Blue #316CCF

Tints of Royal Blue #316CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

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

R = 13.46%
G = 29.67%
B = 56.87%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#316CCF (or 0x316CCF) is known color: Royal Blue. HEX triplet: 31, 6C and CF. RGB value is (49,108,207). Sum of RGB (Red+Green+Blue) = 49+108+207=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #316CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CCF is #CE9330. Grayscale: #656565. Windows color (decimal): -13538097 or 13593649. OLE color: 13593649.

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

Color convert

RGB 49 108 207 -
CMYK 0.76 0.48 0 0.19
HSL 217.59º 0.62% 0.5% -
HSV(B) 217.59º 0.76% 0.81% -
XYZ 17.89 15.88 61.15 -
YUV 101.65 187.45 90.45 -
System Red Green Blue C M Y K H S L
Decimal 49 108 207 0.76 0.48 0 0.19 217.59 0.62 0.5
Hex 31 6C CF 4C 30 0 13 DA 3E 32
Octal 61 154 317 114 60 0 23 332 76 62
Binary 110001 1101100 11001111 1001100 110000 0 10011 11011010 111110 110010

Color Harmonies of #316CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CCF

Black with #316CCF

Text Example


Text Example

White with #316CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316CCF; }

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

 H1.HeaderClassName
 {
   color: #316CCF;
 }
 .AnyTagClassName
 {
   color: #316CCF;
 }
</style>

background-color css

<style>
 a { background-color: #316CCF; }

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

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

border-color css

<style>
 span { border-color: #316CCF; }

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

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