#3275D0

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

Shades of Royal Blue #3275D0

Tints of Royal Blue #3275D0

Color information

#3275D0 (or 0x3275D0) is unknown color: approx Royal Blue. HEX triplet: 32, 75 and D0. RGB value is (50,117,208). Sum of RGB (Red+Green+Blue) = 50+117+208=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #3275D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3275D0 is #CD8A2F. Grayscale: #6A6A6A. Windows color (decimal): -13470256 or 13661490. OLE color: 13661490.

HSL color Cylindrical-coordinate representation of color #3275D0: hue angle of 214.56º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3275D0 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB50117208-
CMYK0.760.4400.18
HSL214.56º62.7%50.59%-
HSV(B)214.56º75.96%81.57%-
XYZ19.0617.9562.14-
YUV107.34184.887.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.33%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 208 (81.64% from 255) = 55.47%
R=13.33%
G=31.2%
B=55.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal501172080.760.4400.18214.5662.750.59
Hex3275D04C2C012d73f33
Octal62165320114540223277763
Binary110010111010111010000100110010110001001011010111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3275D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3275D0; }

 p { color: rgb(50,117,208); }

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

<style>
 a { background-color: #3275D0; }

 a { background-color: rgb(50,117,208); }

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

<style>
 span { border-color: #3275D0; }

 span { border-color: rgb(50,117,208); }

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