#3B7DEF

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

Shades of Royal Blue #3B7DEF

Tints of Royal Blue #3B7DEF

Color information

#3B7DEF (or 0x3B7DEF) is unknown color: approx Royal Blue. HEX triplet: 3B, 7D and EF. RGB value is (59,125,239). Sum of RGB (Red+Green+Blue) = 59+125+239=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B7DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B7DEF is #C48210. Grayscale: #757575. Windows color (decimal): -12878353 or 15695163. OLE color: 15695163.

HSL color Cylindrical-coordinate representation of color #3B7DEF: hue angle of 218º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B7DEF is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB59125239-
CMYK0.750.4800.06
HSL218º84.91%58.43%-
HSV(B)218º75.31%93.73%-
XYZ24.7221.8384.57-
YUV118.26196.1385.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.95%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 239 (93.75% from 255) = 56.50%
R=13.95%
G=29.55%
B=56.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal591252390.750.4800.0621884.9158.43
Hex3B7DEF4B3006da553a
Octal73175357113600633212572
Binary11101111111011110111110010111100000110110110101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B7DEF; }

 p { color: rgb(59,125,239); }

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

<style>
 a { background-color: #3B7DEF; }

 a { background-color: rgb(59,125,239); }

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

<style>
 span { border-color: #3B7DEF; }

 span { border-color: rgb(59,125,239); }

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