#3071DF

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

Shades of Royal Blue #3071DF

Tints of Royal Blue #3071DF

Color information

#3071DF (or 0x3071DF) is unknown color: approx Royal Blue. HEX triplet: 30, 71 and DF. RGB value is (48,113,223). Sum of RGB (Red+Green+Blue) = 48+113+223=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #3071DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3071DF is #CF8E20. Grayscale: #696969. Windows color (decimal): -13602337 or 14643504. OLE color: 14643504.

HSL color Cylindrical-coordinate representation of color #3071DF: hue angle of 217.71º degrees, saturation: 0.73, 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 #3071DF is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB48113223-
CMYK0.780.4900.13
HSL217.71º73.22%53.14%-
HSV(B)217.71º78.48%87.45%-
XYZ20.4417.7772.16-
YUV106.1193.9786.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.5%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 223 (87.5% from 255) = 58.07%
R=12.5%
G=29.43%
B=58.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal481132230.780.4900.13217.7173.2253.14
Hex3071DF4E310Dda4935
Octal601613371166101533211165
Binary110000111000111011111100111011000101101110110101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3071DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3071DF; }

 p { color: rgb(48,113,223); }

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

<style>
 a { background-color: #3071DF; }

 a { background-color: rgb(48,113,223); }

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

<style>
 span { border-color: #3071DF; }

 span { border-color: rgb(48,113,223); }

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