#3D85EB

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

Shades of Royal Blue #3D85EB

Tints of Royal Blue #3D85EB

Color information

#3D85EB (or 0x3D85EB) is unknown color: approx Royal Blue. HEX triplet: 3D, 85 and EB. RGB value is (61,133,235). Sum of RGB (Red+Green+Blue) = 61+133+235=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #3D85EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D85EB is #C27A14. Grayscale: #7A7A7A. Windows color (decimal): -12745237 or 15435069. OLE color: 15435069.

HSL color Cylindrical-coordinate representation of color #3D85EB: hue angle of 215.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D85EB is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB61133235-
CMYK0.740.4300.08
HSL215.17º81.31%58.04%-
HSV(B)215.17º74.04%92.16%-
XYZ25.3123.7781.85-
YUV123.1191.1583.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.22%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 235 (92.19% from 255) = 54.78%
R=14.22%
G=31.00%
B=54.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal611332350.740.4300.08215.1781.3158.04
Hex3D85EB4A2B08d7513a
Octal752053531125301032712172
Binary1111011000010111101011100101010101101000110101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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