Html Css Color HEX #3D76BE Steel Blue

📋 copy color: '#3D76BE'

red 61 ◦ green 118 ◦ blue 190

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

Shades of Steel Blue #3D76BE

Tints of Steel Blue #3D76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 16.53%
G = 31.98%
B = 51.49%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D76BE (or 0x3D76BE) is known color: Steel Blue. HEX triplet: 3D, 76 and BE. RGB value is (61,118,190). Sum of RGB (Red+Green+Blue) = 61+118+190=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D76BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D76BE is #C28941. Grayscale: #6C6C6C. Windows color (decimal): -12749122 or 12482109. OLE color: 12482109.

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

Color convert

RGB 61 118 190 -
CMYK 0.68 0.38 0 0.25
HSL 213.49º 0.51% 0.49% -
HSV(B) 213.49º 0.68% 0.75% -
XYZ 17.7 17.67 51.19 -
YUV 109.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 61 118 190 0.68 0.38 0 0.25 213.49 0.51 0.49
Hex 3D 76 BE 44 26 0 19 D5 33 31
Octal 75 166 276 104 46 0 31 325 63 61
Binary 111101 1110110 10111110 1000100 100110 0 11001 11010101 110011 110001

Color Harmonies of #3D76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D76BE

Black with #3D76BE

Text Example


Text Example

White with #3D76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,118,190); }

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

background-color css

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

 a { background-color: rgb(61,118,190); }

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

border-color css

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

 span { border-color: rgb(61,118,190); }

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