#3052E3

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

Shades of Royal Blue #3052E3

Tints of Royal Blue #3052E3

Color information

#3052E3 (or 0x3052E3) is unknown color: approx Royal Blue. HEX triplet: 30, 52 and E3. RGB value is (48,82,227). Sum of RGB (Red+Green+Blue) = 48+82+227=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 227 (89.06% from 255 or 63.59% from 357); Max value from RGB is 227 - color contains mainly: blue. Hex color #3052E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3052E3 is #CFAD1C. Grayscale: #575757. Windows color (decimal): -13610269 or 14897712. OLE color: 14897712.

HSL color Cylindrical-coordinate representation of color #3052E3: hue angle of 228.6º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3052E3 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4882227-
CMYK0.790.6400.11
HSL228.6º76.17%53.92%-
HSV(B)228.6º78.85%89.02%-
XYZ18.112.2174.08-
YUV88.36206.2499.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.45%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 227 (89.06% from 255) = 63.59%
R=13.45%
G=22.97%
B=63.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal48822270.790.6400.11228.676.1753.92
Hex3052E34F400Be54c36
Octal6012234311710001334511466
Binary1100001010010111000111001111100000001011111001011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3052E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3052E3; }

 p { color: rgb(48,82,227); }

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

<style>
 a { background-color: #3052E3; }

 a { background-color: rgb(48,82,227); }

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

<style>
 span { border-color: #3052E3; }

 span { border-color: rgb(48,82,227); }

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