#3D58EA

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

Shades of Royal Blue #3D58EA

Tints of Royal Blue #3D58EA

Color information

#3D58EA (or 0x3D58EA) is unknown color: approx Royal Blue. HEX triplet: 3D, 58 and EA. RGB value is (61,88,234). Sum of RGB (Red+Green+Blue) = 61+88+234=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D58EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D58EA is #C2A715. Grayscale: #5F5F5F. Windows color (decimal): -12756758 or 15358013. OLE color: 15358013.

HSL color Cylindrical-coordinate representation of color #3D58EA: hue angle of 230.64º degrees, saturation: 0.8, 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 #3D58EA is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6188234-
CMYK0.740.6200.08
HSL230.64º80.47%57.84%-
HSV(B)230.64º73.93%91.76%-
XYZ20.2713.9179.46-
YUV96.57205.55102.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.93%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 234 (91.80% from 255) = 61.10%
R=15.93%
G=22.98%
B=61.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal61882340.740.6200.08230.6480.4757.84
Hex3D58EA4A3E08e7503a
Octal751303521127601034712072
Binary111101101100011101010100101011111001000111001111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D58EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,88,234); }

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

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

 a { background-color: rgb(61,88,234); }

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

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

 span { border-color: rgb(61,88,234); }

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