#3075E0

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

Shades of Royal Blue #3075E0

Tints of Royal Blue #3075E0

Color information

#3075E0 (or 0x3075E0) is unknown color: approx Royal Blue. HEX triplet: 30, 75 and E0. RGB value is (48,117,224). Sum of RGB (Red+Green+Blue) = 48+117+224=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #3075E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075E0 is #CF8A1F. Grayscale: #6C6C6C. Windows color (decimal): -13601312 or 14710064. OLE color: 14710064.

HSL color Cylindrical-coordinate representation of color #3075E0: hue angle of 216.48º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3075E0 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB48117224-
CMYK0.790.4800.12
HSL216.48º73.95%53.33%-
HSV(B)216.48º78.57%87.84%-
XYZ21.0318.7373.03-
YUV108.57193.1484.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.34%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 224 (87.89% from 255) = 57.58%
R=12.34%
G=30.08%
B=57.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal481172240.790.4800.12216.4873.9553.33
Hex3075E04F300Cd84a35
Octal601653401176001433011265
Binary110000111010111100000100111111000001100110110001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3075E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3075E0; }

 p { color: rgb(48,117,224); }

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

<style>
 a { background-color: #3075E0; }

 a { background-color: rgb(48,117,224); }

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

<style>
 span { border-color: #3075E0; }

 span { border-color: rgb(48,117,224); }

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