#3374D1

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

Shades of Royal Blue #3374D1

Tints of Royal Blue #3374D1

Color information

#3374D1 (or 0x3374D1) is unknown color: approx Royal Blue. HEX triplet: 33, 74 and D1. RGB value is (51,116,209). Sum of RGB (Red+Green+Blue) = 51+116+209=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #3374D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3374D1 is #CC8B2E. Grayscale: #6A6A6A. Windows color (decimal): -13404975 or 13726771. OLE color: 13726771.

HSL color Cylindrical-coordinate representation of color #3374D1: hue angle of 215.32º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3374D1 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB51116209-
CMYK0.760.4400.18
HSL215.32º63.2%50.98%-
HSV(B)215.32º75.6%81.96%-
XYZ19.1217.862.75-
YUV107.17185.4787.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.56%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 209 (82.03% from 255) = 55.59%
R=13.56%
G=30.85%
B=55.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal511162090.760.4400.18215.3263.250.98
Hex3374D14C2C012d73f33
Octal63164321114540223277763
Binary110011111010011010001100110010110001001011010111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3374D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3374D1; }

 p { color: rgb(51,116,209); }

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

<style>
 a { background-color: #3374D1; }

 a { background-color: rgb(51,116,209); }

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

<style>
 span { border-color: #3374D1; }

 span { border-color: rgb(51,116,209); }

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