#3072D4

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

Shades of Royal Blue #3072D4

Tints of Royal Blue #3072D4

Color information

#3072D4 (or 0x3072D4) is unknown color: approx Royal Blue. HEX triplet: 30, 72 and D4. RGB value is (48,114,212). Sum of RGB (Red+Green+Blue) = 48+114+212=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 212 (83.20% from 255 or 56.68% from 374); Max value from RGB is 212 - color contains mainly: blue. Hex color #3072D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3072D4 is #CF8D2B. Grayscale: #686868. Windows color (decimal): -13602092 or 13922864. OLE color: 13922864.

HSL color Cylindrical-coordinate representation of color #3072D4: hue angle of 215.85º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3072D4 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB48114212-
CMYK0.770.4600.17
HSL215.85º65.6%50.98%-
HSV(B)215.85º77.36%83.14%-
XYZ19.1217.4264.64-
YUV105.44188.1387.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.83%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 212 (83.20% from 255) = 56.68%
R=12.83%
G=30.48%
B=56.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal481142120.770.4600.17215.8565.650.98
Hex3072D44D2E011d84233
Octal601623241155602133010263
Binary1100001110010110101001001101101110010001110110001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3072D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3072D4; }

 p { color: rgb(48,114,212); }

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

<style>
 a { background-color: #3072D4; }

 a { background-color: rgb(48,114,212); }

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

<style>
 span { border-color: #3072D4; }

 span { border-color: rgb(48,114,212); }

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