Html Css Color HEX #3165FC Royal Blue

📋 copy color: '#3165FC'

red 49 ◦ green 101 ◦ blue 252

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

Shades of Royal Blue #3165FC

Tints of Royal Blue #3165FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.69%

R = 12.19%
G = 25.12%
B = 62.69%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3165FC (or 0x3165FC) is known color: Royal Blue. HEX triplet: 31, 65 and FC. RGB value is (49,101,252). Sum of RGB (Red+Green+Blue) = 49+101+252=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #3165FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3165FC is #CE9A03. Grayscale: #666666. Windows color (decimal): -13539844 or 16540977. OLE color: 16540977.

HSL color Cylindrical-coordinate representation of color #3165FC: hue angle of 224.63º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3165FC is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 101 252 -
CMYK 0.81 0.60 0 0.01
HSL 224.63º 0.97% 0.59% -
HSV(B) 224.63º 0.81% 0.99% -
XYZ 23.49 16.99 94.14 -
YUV 102.67 212.27 89.72 -
System Red Green Blue C M Y K H S L
Decimal 49 101 252 0.81 0.60 0 0.01 224.63 0.97 0.59
Hex 31 65 FC 51 3C 0 1 E1 61 3B
Octal 61 145 374 121 74 0 1 341 141 73
Binary 110001 1100101 11111100 1010001 111100 0 1 11100001 1100001 111011

Color Harmonies of #3165FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3165FC

Black with #3165FC

Text Example


Text Example

White with #3165FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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