Html Css Color HEX #3165EA Royal Blue

📋 copy color: '#3165EA'

red 49 ◦ green 101 ◦ blue 234

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

Shades of Royal Blue #3165EA

Tints of Royal Blue #3165EA

RGB

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

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

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

R = 12.76%
G = 26.3%
B = 60.94%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3165EA (or 0x3165EA) is known color: Royal Blue. HEX triplet: 31, 65 and EA. RGB value is (49,101,234). Sum of RGB (Red+Green+Blue) = 49+101+234=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #3165EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3165EA is #CE9A15. Grayscale: #646464. Windows color (decimal): -13539862 or 15361329. OLE color: 15361329.

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

Color convert

RGB 49 101 234 -
CMYK 0.79 0.57 0 0.08
HSL 223.14º 0.81% 0.55% -
HSV(B) 223.14º 0.79% 0.92% -
XYZ 20.77 15.9 79.82 -
YUV 100.61 203.27 91.19 -
System Red Green Blue C M Y K H S L
Decimal 49 101 234 0.79 0.57 0 0.08 223.14 0.81 0.55
Hex 31 65 EA 4F 39 0 8 DF 51 37
Octal 61 145 352 117 71 0 10 337 121 67
Binary 110001 1100101 11101010 1001111 111001 0 1000 11011111 1010001 110111

Color Harmonies of #3165EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3165EA

Black with #3165EA

Text Example


Text Example

White with #3165EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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