Html Css Color HEX #3165DF Royal Blue

📋 copy color: '#3165DF'

red 49 ◦ green 101 ◦ blue 223

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

Shades of Royal Blue #3165DF

Tints of Royal Blue #3165DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

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

R = 13.14%
G = 27.08%
B = 59.79%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3165DF (or 0x3165DF) is known color: Royal Blue. HEX triplet: 31, 65 and DF. RGB value is (49,101,223). Sum of RGB (Red+Green+Blue) = 49+101+223=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #3165DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3165DF is #CE9A20. Grayscale: #626262. Windows color (decimal): -13539873 or 14640433. OLE color: 14640433.

HSL color Cylindrical-coordinate representation of color #3165DF: hue angle of 222.07º 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 #3165DF is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 101 223 -
CMYK 0.78 0.55 0 0.13
HSL 222.07º 0.73% 0.53% -
HSV(B) 222.07º 0.78% 0.87% -
XYZ 19.24 15.29 71.75 -
YUV 99.36 197.77 92.08 -
System Red Green Blue C M Y K H S L
Decimal 49 101 223 0.78 0.55 0 0.13 222.07 0.73 0.53
Hex 31 65 DF 4E 37 0 D DE 49 35
Octal 61 145 337 116 67 0 15 336 111 65
Binary 110001 1100101 11011111 1001110 110111 0 1101 11011110 1001001 110101

Color Harmonies of #3165DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3165DF

Black with #3165DF

Text Example


Text Example

White with #3165DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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