Html Css Color HEX #316CEA Royal Blue

📋 copy color: '#316CEA'

red 49 ◦ green 108 ◦ blue 234

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

Shades of Royal Blue #316CEA

Tints of Royal Blue #316CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.85%

R = 12.53%
G = 27.62%
B = 59.85%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#316CEA (or 0x316CEA) is known color: Royal Blue. HEX triplet: 31, 6C and EA. RGB value is (49,108,234). Sum of RGB (Red+Green+Blue) = 49+108+234=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #316CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316CEA is #CE9315. Grayscale: #686868. Windows color (decimal): -13538070 or 15363121. OLE color: 15363121.

HSL color Cylindrical-coordinate representation of color #316CEA: hue angle of 220.86º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316CEA is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 108 234 -
CMYK 0.79 0.54 0 0.08
HSL 220.86º 0.81% 0.55% -
HSV(B) 220.86º 0.79% 0.92% -
XYZ 21.48 17.32 80.05 -
YUV 104.72 200.95 88.25 -
System Red Green Blue C M Y K H S L
Decimal 49 108 234 0.79 0.54 0 0.08 220.86 0.81 0.55
Hex 31 6C EA 4F 36 0 8 DD 51 37
Octal 61 154 352 117 66 0 10 335 121 67
Binary 110001 1101100 11101010 1001111 110110 0 1000 11011101 1010001 110111

Color Harmonies of #316CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CEA

Black with #316CEA

Text Example


Text Example

White with #316CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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