Html Css Color HEX #316AEA Royal Blue

📋 copy color: '#316AEA'

red 49 ◦ green 106 ◦ blue 234

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

Shades of Royal Blue #316AEA

Tints of Royal Blue #316AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.25%

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

R = 12.6%
G = 27.25%
B = 60.15%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#316AEA (or 0x316AEA) is known color: Royal Blue. HEX triplet: 31, 6A and EA. RGB value is (49,106,234). Sum of RGB (Red+Green+Blue) = 49+106+234=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #316AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316AEA is #CE9515. Grayscale: #666666. Windows color (decimal): -13538582 or 15362609. OLE color: 15362609.

HSL color Cylindrical-coordinate representation of color #316AEA: hue angle of 221.51º 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 #316AEA is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 106 234 -
CMYK 0.79 0.55 0 0.08
HSL 221.51º 0.81% 0.55% -
HSV(B) 221.51º 0.79% 0.92% -
XYZ 21.27 16.9 79.98 -
YUV 103.55 201.62 89.09 -
System Red Green Blue C M Y K H S L
Decimal 49 106 234 0.79 0.55 0 0.08 221.51 0.81 0.55
Hex 31 6A EA 4F 37 0 8 DE 51 37
Octal 61 152 352 117 67 0 10 336 121 67
Binary 110001 1101010 11101010 1001111 110111 0 1000 11011110 1010001 110111

Color Harmonies of #316AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AEA

Black with #316AEA

Text Example


Text Example

White with #316AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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