#3167EA

Color #3167EA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3167EA

Tints of Royal Blue #3167EA

Color information

#3167EA (or 0x3167EA) is unknown color: approx Royal Blue. HEX triplet: 31, 67 and EA. RGB value is (49,103,234). Sum of RGB (Red+Green+Blue) = 49+103+234=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #3167EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3167EA is #CE9815. Grayscale: #656565. Windows color (decimal): -13539350 or 15361841. OLE color: 15361841.

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

Color convert

RGB49103234-
CMYK0.790.5600.08
HSL222.49º81.5%55.49%-
HSV(B)222.49º79.06%91.76%-
XYZ20.9716.2979.88-
YUV101.79202.6190.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.69%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 234 (91.80% from 255) = 60.62%
R=12.69%
G=26.68%
B=60.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491032340.790.5600.08222.4981.555.49
Hex3167EA4F3808de5137
Octal611473521177001033612167
Binary110001110011111101010100111111100001000110111101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3167EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3167EA;
 }
 .AnyTagClassName
 {
   color: #3167EA;
 }
</style>
background-color css

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

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

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

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

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

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