#3376D7

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

Shades of Royal Blue #3376D7

Tints of Royal Blue #3376D7

Color information

#3376D7 (or 0x3376D7) is unknown color: approx Royal Blue. HEX triplet: 33, 76 and D7. RGB value is (51,118,215). Sum of RGB (Red+Green+Blue) = 51+118+215=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #3376D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376D7 is #CC8928. Grayscale: #6C6C6C. Windows color (decimal): -13404457 or 14120499. OLE color: 14120499.

HSL color Cylindrical-coordinate representation of color #3376D7: hue angle of 215.49º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3376D7 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB51118215-
CMYK0.760.4500.16
HSL215.49º67.21%52.16%-
HSV(B)215.49º76.28%84.31%-
XYZ20.1118.5766.81-
YUV109.02187.886.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.28%
GREEN value IS 118 (46.48% from 255) = 30.73%
BLUE value IS 215 (84.38% from 255) = 55.99%
R=13.28%
G=30.73%
B=55.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal511182150.760.4500.16215.4967.2152.16
Hex3376D74C2D010d74334
Octal631663271145502032710364
Binary1100111110110110101111001100101101010000110101111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3376D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3376D7; }

 p { color: rgb(51,118,215); }

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

<style>
 a { background-color: #3376D7; }

 a { background-color: rgb(51,118,215); }

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

<style>
 span { border-color: #3376D7; }

 span { border-color: rgb(51,118,215); }

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