#3065E6

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

Shades of Royal Blue #3065E6

Tints of Royal Blue #3065E6

Color information

#3065E6 (or 0x3065E6) is unknown color: approx Royal Blue. HEX triplet: 30, 65 and E6. RGB value is (48,101,230). Sum of RGB (Red+Green+Blue) = 48+101+230=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 230 (90.23% from 255 or 60.69% from 379); Max value from RGB is 230 - color contains mainly: blue. Hex color #3065E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3065E6 is #CF9A19. Grayscale: #636363. Windows color (decimal): -13605402 or 15099184. OLE color: 15099184.

HSL color Cylindrical-coordinate representation of color #3065E6: hue angle of 222.53º 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 #3065E6 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB48101230-
CMYK0.790.5600.10
HSL222.53º78.45%54.51%-
HSV(B)222.53º79.13%90.2%-
XYZ20.1615.6576.82-
YUV99.86201.4491.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.66%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 230 (90.23% from 255) = 60.69%
R=12.66%
G=26.65%
B=60.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal481012300.790.5600.10222.5378.4554.51
Hex3065E64F380Adf4e37
Octal601453461177001233711667
Binary110000110010111100110100111111100001010110111111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3065E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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