#3B85EF

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

Shades of Royal Blue #3B85EF

Tints of Royal Blue #3B85EF

Color information

#3B85EF (or 0x3B85EF) is unknown color: approx Royal Blue. HEX triplet: 3B, 85 and EF. RGB value is (59,133,239). Sum of RGB (Red+Green+Blue) = 59+133+239=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B85EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B85EF is #C47A10. Grayscale: #7A7A7A. Windows color (decimal): -12876305 or 15697211. OLE color: 15697211.

HSL color Cylindrical-coordinate representation of color #3B85EF: hue angle of 215.33º 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 #3B85EF is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB59133239-
CMYK0.750.4400.06
HSL215.33º84.91%58.43%-
HSV(B)215.33º75.31%93.73%-
XYZ25.7723.9484.92-
YUV122.96193.4882.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.69%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 239 (93.75% from 255) = 55.45%
R=13.69%
G=30.86%
B=55.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal591332390.750.4400.06215.3384.9158.43
Hex3B85EF4B2C06d7553a
Octal73205357113540632712572
Binary111011100001011110111110010111011000110110101111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B85EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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