#3074DD

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

Shades of Royal Blue #3074DD

Tints of Royal Blue #3074DD

Color information

#3074DD (or 0x3074DD) is unknown color: approx Royal Blue. HEX triplet: 30, 74 and DD. RGB value is (48,116,221). Sum of RGB (Red+Green+Blue) = 48+116+221=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #3074DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074DD is #CF8B22. Grayscale: #6B6B6B. Windows color (decimal): -13601571 or 14513200. OLE color: 14513200.

HSL color Cylindrical-coordinate representation of color #3074DD: hue angle of 216.42º 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 #3074DD is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB48116221-
CMYK0.780.4800.13
HSL216.42º71.78%52.75%-
HSV(B)216.42º78.28%86.67%-
XYZ20.5218.3470.87-
YUV107.64191.9785.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.47%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 221 (86.72% from 255) = 57.40%
R=12.47%
G=30.13%
B=57.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal481162210.780.4800.13216.4271.7852.75
Hex3074DD4E300Dd84835
Octal601643351166001533011065
Binary110000111010011011101100111011000001101110110001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3074DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3074DD; }

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

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

<style>
 a { background-color: #3074DD; }

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

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

<style>
 span { border-color: #3074DD; }

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

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