Html Css Color HEX #3D75BA Steel Blue

📋 copy color: '#3D75BA'

red 61 ◦ green 117 ◦ blue 186

#3D75BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #3D75BA

Tints of Steel Blue #3D75BA

RGB

 RED value IS 61 (24.22% from 255) = 16.76%

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 16.76%
G = 32.14%
B = 51.1%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D75BA (or 0x3D75BA) is known color: Steel Blue. HEX triplet: 3D, 75 and BA. RGB value is (61,117,186). Sum of RGB (Red+Green+Blue) = 61+117+186=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D75BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D75BA is #C28A45. Grayscale: #6B6B6B. Windows color (decimal): -12749382 or 12219709. OLE color: 12219709.

HSL color Cylindrical-coordinate representation of color #3D75BA: hue angle of 213.12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D75BA is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 117 186 -
CMYK 0.67 0.37 0 0.27
HSL 213.12º 0.51% 0.48% -
HSV(B) 213.12º 0.67% 0.73% -
XYZ 17.15 17.26 48.88 -
YUV 108.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 61 117 186 0.67 0.37 0 0.27 213.12 0.51 0.48
Hex 3D 75 BA 43 25 0 1B D5 33 30
Octal 75 165 272 103 45 0 33 325 63 60
Binary 111101 1110101 10111010 1000011 100101 0 11011 11010101 110011 110000

Color Harmonies of #3D75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D75BA

Black with #3D75BA

Text Example


Text Example

White with #3D75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D75BA;
 }
 .AnyTagClassName
 {
   color: #3D75BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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