#3062dd

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

Shades of Royal Blue #3062DD

Tints of Royal Blue #3062DD

Color information

#3062DD (or 0x3062DD) is unknown color: approx Royal Blue. HEX triplet: 30, 62 and DD. RGB value is (48,98,221). Sum of RGB (Red+Green+Blue) = 48+98+221=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #3062DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3062DD is #CF9D22. Grayscale: #606060. Windows color (decimal): -13606179 or 14508592. OLE color: 14508592.

HSL color Cylindrical-coordinate representation of color #3062DD: hue angle of 222.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3062DD is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4898221-
CMYK0.780.5600.13
HSL222.66º71.78%52.75%-
HSV(B)222.66º78.28%86.67%-
XYZ18.6414.5870.24-
YUV97.07197.9493-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.08%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 221 (86.72% from 255) = 60.22%
R=13.08%
G=26.70%
B=60.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal48982210.780.5600.13222.6671.7852.75
Hex3062DD4E380Ddf4835
Octal601423351167001533711065
Binary110000110001011011101100111011100001101110111111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3062dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3062dd; }

 p { color: rgb(48,98,221); }

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

<style>
 a { background-color: #3062dd; }

 a { background-color: rgb(48,98,221); }

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

<style>
 span { border-color: #3062dd; }

 span { border-color: rgb(48,98,221); }

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