#3074CF

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

Shades of Royal Blue #3074CF

Tints of Royal Blue #3074CF

Color information

#3074CF (or 0x3074CF) is unknown color: approx Royal Blue. HEX triplet: 30, 74 and CF. RGB value is (48,116,207). Sum of RGB (Red+Green+Blue) = 48+116+207=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #3074CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074CF is #CF8B30. Grayscale: #696969. Windows color (decimal): -13601585 or 13595696. OLE color: 13595696.

HSL color Cylindrical-coordinate representation of color #3074CF: hue angle of 214.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3074CF is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48116207-
CMYK0.770.4400.19
HSL214.34º62.35%50%-
HSV(B)214.34º76.81%81.18%-
XYZ18.7317.6261.45-
YUV106.04184.9786.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.94%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 207 (81.25% from 255) = 55.80%
R=12.94%
G=31.27%
B=55.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481162070.770.4400.19214.3462.3550
Hex3074CF4D2C013d63e32
Octal60164317115540233267662
Binary110000111010011001111100110110110001001111010110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3074CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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