#3D85EF

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

Shades of Royal Blue #3D85EF

Tints of Royal Blue #3D85EF

Color information

#3D85EF (or 0x3D85EF) is unknown color: approx Royal Blue. HEX triplet: 3D, 85 and EF. RGB value is (61,133,239). Sum of RGB (Red+Green+Blue) = 61+133+239=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D85EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D85EF is #C27A10. Grayscale: #7B7B7B. Windows color (decimal): -12745233 or 15697213. OLE color: 15697213.

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

Color convert

RGB61133239-
CMYK0.740.4400.06
HSL215.73º84.76%58.82%-
HSV(B)215.73º74.48%93.73%-
XYZ25.892484.93-
YUV123.56193.1583.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.09%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 239 (93.75% from 255) = 55.20%
R=14.09%
G=30.72%
B=55.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal611332390.740.4400.06215.7384.7658.82
Hex3D85EF4A2C06d8553b
Octal75205357112540633012573
Binary111101100001011110111110010101011000110110110001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D85EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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