Html Css Color HEX #3169EA Royal Blue

📋 copy color: '#3169EA'

red 49 ◦ green 105 ◦ blue 234

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

Shades of Royal Blue #3169EA

Tints of Royal Blue #3169EA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.06%

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

R = 12.63%
G = 27.06%
B = 60.31%

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

#3169EA (or 0x3169EA) is known color: Royal Blue. HEX triplet: 31, 69 and EA. RGB value is (49,105,234). Sum of RGB (Red+Green+Blue) = 49+105+234=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #3169EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3169EA is #CE9615. Grayscale: #666666. Windows color (decimal): -13538838 or 15362353. OLE color: 15362353.

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

Color convert

RGB 49 105 234 -
CMYK 0.79 0.55 0 0.08
HSL 221.84º 0.81% 0.55% -
HSV(B) 221.84º 0.79% 0.92% -
XYZ 21.17 16.7 79.95 -
YUV 102.96 201.95 89.51 -
System Red Green Blue C M Y K H S L
Decimal 49 105 234 0.79 0.55 0 0.08 221.84 0.81 0.55
Hex 31 69 EA 4F 37 0 8 DE 51 37
Octal 61 151 352 117 67 0 10 336 121 67
Binary 110001 1101001 11101010 1001111 110111 0 1000 11011110 1010001 110111

Color Harmonies of #3169EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3169EA

Black with #3169EA

Text Example


Text Example

White with #3169EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3169EA; }

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

 H1.HeaderClassName
 {
   color: #3169EA;
 }
 .AnyTagClassName
 {
   color: #3169EA;
 }
</style>

background-color css

<style>
 a { background-color: #3169EA; }

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

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

border-color css

<style>
 span { border-color: #3169EA; }

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

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