#3258F8

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

Shades of Royal Blue #3258F8

Tints of Royal Blue #3258F8

Color information

#3258F8 (or 0x3258F8) is unknown color: approx Royal Blue. HEX triplet: 32, 58 and F8. RGB value is (50,88,248). Sum of RGB (Red+Green+Blue) = 50+88+248=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 248 (97.27% from 255 or 64.25% from 386); Max value from RGB is 248 - color contains mainly: blue. Hex color #3258F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3258F8 is #CDA707. Grayscale: #5E5E5E. Windows color (decimal): -13477640 or 16275506. OLE color: 16275506.

HSL color Cylindrical-coordinate representation of color #3258F8: hue angle of 228.48º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3258F8 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5088248-
CMYK0.800.6500.03
HSL228.48º93.4%58.43%-
HSV(B)228.48º79.84%97.25%-
XYZ21.7514.4390.45-
YUV94.88214.4195.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.95%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 248 (97.27% from 255) = 64.25%
R=12.95%
G=22.80%
B=64.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal50882480.800.6500.03228.4893.458.43
Hex3258F8504103e45d3a
Octal621303701201010334413572
Binary11001010110001111100010100001000001011111001001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3258F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3258F8; }

 p { color: rgb(50,88,248); }

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

<style>
 a { background-color: #3258F8; }

 a { background-color: rgb(50,88,248); }

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

<style>
 span { border-color: #3258F8; }

 span { border-color: rgb(50,88,248); }

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