#3061E6

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

Shades of Royal Blue #3061E6

Tints of Royal Blue #3061E6

Color information

#3061E6 (or 0x3061E6) is unknown color: approx Royal Blue. HEX triplet: 30, 61 and E6. RGB value is (48,97,230). Sum of RGB (Red+Green+Blue) = 48+97+230=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 230 (90.23% from 255 or 61.33% from 375); Max value from RGB is 230 - color contains mainly: blue. Hex color #3061E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3061E6 is #CF9E19. Grayscale: #606060. Windows color (decimal): -13606426 or 15098160. OLE color: 15098160.

HSL color Cylindrical-coordinate representation of color #3061E6: hue angle of 223.85º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3061E6 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4897230-
CMYK0.790.5800.10
HSL223.85º78.45%54.51%-
HSV(B)223.85º79.13%90.2%-
XYZ19.7814.8976.69-
YUV97.51202.7792.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.8%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 230 (90.23% from 255) = 61.33%
R=12.8%
G=25.87%
B=61.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal48972300.790.5800.10223.8578.4554.51
Hex3061E64F3A0Ae04e37
Octal601413461177201234011667
Binary110000110000111100110100111111101001010111000001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3061E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3061E6; }

 p { color: rgb(48,97,230); }

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

<style>
 a { background-color: #3061E6; }

 a { background-color: rgb(48,97,230); }

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

<style>
 span { border-color: #3061E6; }

 span { border-color: rgb(48,97,230); }

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