Html Css Color HEX #3165EF Royal Blue

📋 copy color: '#3165EF'

red 49 ◦ green 101 ◦ blue 239

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

Shades of Royal Blue #3165EF

Tints of Royal Blue #3165EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.44%

R = 12.6%
G = 25.96%
B = 61.44%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3165EF (or 0x3165EF) is known color: Royal Blue. HEX triplet: 31, 65 and EF. RGB value is (49,101,239). Sum of RGB (Red+Green+Blue) = 49+101+239=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #3165EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3165EF is #CE9A10. Grayscale: #646464. Windows color (decimal): -13539857 or 15689009. OLE color: 15689009.

HSL color Cylindrical-coordinate representation of color #3165EF: hue angle of 223.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3165EF is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 101 239 -
CMYK 0.79 0.58 0 0.06
HSL 223.58º 0.86% 0.56% -
HSV(B) 223.58º 0.79% 0.94% -
XYZ 21.5 16.19 83.65 -
YUV 101.18 205.77 90.78 -
System Red Green Blue C M Y K H S L
Decimal 49 101 239 0.79 0.58 0 0.06 223.58 0.86 0.56
Hex 31 65 EF 4F 3A 0 6 E0 56 38
Octal 61 145 357 117 72 0 6 340 126 70
Binary 110001 1100101 11101111 1001111 111010 0 110 11100000 1010110 111000

Color Harmonies of #3165EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3165EF

Black with #3165EF

Text Example


Text Example

White with #3165EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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