#3D75C0

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

Shades of Steel Blue #3D75C0

Tints of Steel Blue #3D75C0

Color information

#3D75C0 (or 0x3D75C0) is unknown color: approx Steel Blue. HEX triplet: 3D, 75 and C0. RGB value is (61,117,192). Sum of RGB (Red+Green+Blue) = 61+117+192=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #3D75C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D75C0 is #C28A3F. Grayscale: #6C6C6C. Windows color (decimal): -12749376 or 12612925. OLE color: 12612925.

HSL color Cylindrical-coordinate representation of color #3D75C0: hue angle of 214.35º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D75C0 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB61117192-
CMYK0.680.3900.25
HSL214.35º51.78%49.61%-
HSV(B)214.35º68.23%75.29%-
XYZ17.817.5252.31-
YUV108.81174.9593.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.49%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 192 (75.39% from 255) = 51.89%
R=16.49%
G=31.62%
B=51.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611171920.680.3900.25214.3551.7849.61
Hex3D75C04427019d63432
Octal75165300104470313266462
Binary111101111010111000000100010010011101100111010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D75C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,117,192); }

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

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

 a { background-color: rgb(61,117,192); }

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

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

 span { border-color: rgb(61,117,192); }

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