Html Css Color HEX #3169DF Royal Blue

📋 copy color: '#3169DF'

red 49 ◦ green 105 ◦ blue 223

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

Shades of Royal Blue #3169DF

Tints of Royal Blue #3169DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.15%

R = 13%
G = 27.85%
B = 59.15%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3169DF (or 0x3169DF) is known color: Royal Blue. HEX triplet: 31, 69 and DF. RGB value is (49,105,223). Sum of RGB (Red+Green+Blue) = 49+105+223=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #3169DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3169DF is #CE9620. Grayscale: #656565. Windows color (decimal): -13538849 or 14641457. OLE color: 14641457.

HSL color Cylindrical-coordinate representation of color #3169DF: hue angle of 220.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3169DF is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 105 223 -
CMYK 0.78 0.53 0 0.13
HSL 220.69º 0.73% 0.53% -
HSV(B) 220.69º 0.78% 0.87% -
XYZ 19.64 16.08 71.88 -
YUV 101.71 196.45 90.41 -
System Red Green Blue C M Y K H S L
Decimal 49 105 223 0.78 0.53 0 0.13 220.69 0.73 0.53
Hex 31 69 DF 4E 35 0 D DD 49 35
Octal 61 151 337 116 65 0 15 335 111 65
Binary 110001 1101001 11011111 1001110 110101 0 1101 11011101 1001001 110101

Color Harmonies of #3169DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3169DF

Black with #3169DF

Text Example


Text Example

White with #3169DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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