Html Css Color HEX #316CCC Royal Blue

📋 copy color: '#316CCC'

red 49 ◦ green 108 ◦ blue 204

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

Shades of Royal Blue #316CCC

Tints of Royal Blue #316CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 13.57%
G = 29.92%
B = 56.51%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#316CCC (or 0x316CCC) is known color: Royal Blue. HEX triplet: 31, 6C and CC. RGB value is (49,108,204). Sum of RGB (Red+Green+Blue) = 49+108+204=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #316CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CCC is #CE9333. Grayscale: #646464. Windows color (decimal): -13538100 or 13397041. OLE color: 13397041.

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

Color convert

RGB 49 108 204 -
CMYK 0.76 0.47 0 0.2
HSL 217.16º 0.61% 0.5% -
HSV(B) 217.16º 0.76% 0.8% -
XYZ 17.53 15.74 59.24 -
YUV 101.3 185.95 90.69 -
System Red Green Blue C M Y K H S L
Decimal 49 108 204 0.76 0.47 0 0.2 217.16 0.61 0.5
Hex 31 6C CC 4C 2F 0 14 D9 3D 32
Octal 61 154 314 114 57 0 24 331 75 62
Binary 110001 1101100 11001100 1001100 101111 0 10100 11011001 111101 110010

Color Harmonies of #316CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CCC

Black with #316CCC

Text Example


Text Example

White with #316CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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