#3065CF

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

Shades of Royal Blue #3065CF

Tints of Royal Blue #3065CF

Color information

#3065CF (or 0x3065CF) is unknown color: approx Royal Blue. HEX triplet: 30, 65 and CF. RGB value is (48,101,207). Sum of RGB (Red+Green+Blue) = 48+101+207=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #3065CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3065CF is #CF9A30. Grayscale: #606060. Windows color (decimal): -13605425 or 13591856. OLE color: 13591856.

HSL color Cylindrical-coordinate representation of color #3065CF: hue angle of 220º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3065CF is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48101207-
CMYK0.770.5100.19
HSL220º62.35%50%-
HSV(B)220º76.81%81.18%-
XYZ17.1414.4460.92-
YUV97.24189.9492.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.48%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 207 (81.25% from 255) = 58.15%
R=13.48%
G=28.37%
B=58.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481012070.770.5100.1922062.3550
Hex3065CF4D33013dc3e32
Octal60145317115630233347662
Binary110000110010111001111100110111001101001111011100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3065CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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