#3060D7

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

Shades of Royal Blue #3060D7

Tints of Royal Blue #3060D7

Color information

#3060D7 (or 0x3060D7) is unknown color: approx Royal Blue. HEX triplet: 30, 60 and D7. RGB value is (48,96,215). Sum of RGB (Red+Green+Blue) = 48+96+215=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 215 (84.38% from 255 or 59.89% from 359); Max value from RGB is 215 - color contains mainly: blue. Hex color #3060D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3060D7 is #CF9F28. Grayscale: #5E5E5E. Windows color (decimal): -13606697 or 14114864. OLE color: 14114864.

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

Color convert

RGB4896215-
CMYK0.780.5500.16
HSL222.75º67.61%51.57%-
HSV(B)222.75º77.67%84.31%-
XYZ17.6713.966.04-
YUV95.21195.694.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.37%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 215 (84.38% from 255) = 59.89%
R=13.37%
G=26.74%
B=59.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48962150.780.5500.16222.7567.6151.57
Hex3060D74E37010df4434
Octal601403271166702033710464
Binary1100001100000110101111001110110111010000110111111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3060D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,96,215); }

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

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

 a { background-color: rgb(48,96,215); }

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

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

 span { border-color: rgb(48,96,215); }

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