Html Css Color HEX #3162FA Royal Blue

📋 copy color: '#3162FA'

red 49 ◦ green 98 ◦ blue 250

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

Shades of Royal Blue #3162FA

Tints of Royal Blue #3162FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.69%

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 12.34%
G = 24.69%
B = 62.97%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3162FA (or 0x3162FA) is known color: Royal Blue. HEX triplet: 31, 62 and FA. RGB value is (49,98,250). Sum of RGB (Red+Green+Blue) = 49+98+250=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #3162FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3162FA is #CE9D05. Grayscale: #646464. Windows color (decimal): -13540614 or 16409137. OLE color: 16409137.

HSL color Cylindrical-coordinate representation of color #3162FA: hue angle of 225.37º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3162FA is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 98 250 -
CMYK 0.80 0.61 0 0.02
HSL 225.37º 0.95% 0.59% -
HSV(B) 225.37º 0.8% 0.98% -
XYZ 22.89 16.29 92.38 -
YUV 100.68 212.27 91.14 -
System Red Green Blue C M Y K H S L
Decimal 49 98 250 0.80 0.61 0 0.02 225.37 0.95 0.59
Hex 31 62 FA 50 3D 0 2 E1 5F 3B
Octal 61 142 372 120 75 0 2 341 137 73
Binary 110001 1100010 11111010 1010000 111101 0 10 11100001 1011111 111011

Color Harmonies of #3162FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3162FA

Black with #3162FA

Text Example


Text Example

White with #3162FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3162FA; }

 p { color: rgb(49,98,250); }

 H1.HeaderClassName
 {
   color: #3162FA;
 }
 .AnyTagClassName
 {
   color: #3162FA;
 }
</style>

background-color css

<style>
 a { background-color: #3162FA; }

 a { background-color: rgb(49,98,250); }

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

border-color css

<style>
 span { border-color: #3162FA; }

 span { border-color: rgb(49,98,250); }

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