#3D7EF2

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

Shades of Royal Blue #3D7EF2

Tints of Royal Blue #3D7EF2

Color information

#3D7EF2 (or 0x3D7EF2) is unknown color: approx Royal Blue. HEX triplet: 3D, 7E and F2. RGB value is (61,126,242). Sum of RGB (Red+Green+Blue) = 61+126+242=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #3D7EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D7EF2 is #C2810D. Grayscale: #777777. Windows color (decimal): -12747022 or 15892029. OLE color: 15892029.

HSL color Cylindrical-coordinate representation of color #3D7EF2: hue angle of 218.45º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D7EF2 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB61126242-
CMYK0.750.4800.05
HSL218.45º87.44%59.41%-
HSV(B)218.45º74.79%94.9%-
XYZ25.4122.3286.97-
YUV119.79196.9786.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.22%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 242 (94.92% from 255) = 56.41%
R=14.22%
G=29.37%
B=56.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal611262420.750.4800.05218.4587.4459.41
Hex3D7EF24B3005da573b
Octal75176362113600533212773
Binary11110111111101111001010010111100000101110110101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,126,242); }

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

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

 a { background-color: rgb(61,126,242); }

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

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

 span { border-color: rgb(61,126,242); }

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