Html Css Color HEX #3D74BC Steel Blue

📋 copy color: '#3D74BC'

red 61 ◦ green 116 ◦ blue 188

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

Shades of Steel Blue #3D74BC

Tints of Steel Blue #3D74BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 16.71%
G = 31.78%
B = 51.51%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D74BC (or 0x3D74BC) is known color: Steel Blue. HEX triplet: 3D, 74 and BC. RGB value is (61,116,188). Sum of RGB (Red+Green+Blue) = 61+116+188=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D74BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D74BC is #C28B43. Grayscale: #6B6B6B. Windows color (decimal): -12749636 or 12350525. OLE color: 12350525.

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

Color convert

RGB 61 116 188 -
CMYK 0.68 0.38 0 0.26
HSL 214.02º 0.51% 0.49% -
HSV(B) 214.02º 0.68% 0.74% -
XYZ 17.25 17.11 49.97 -
YUV 107.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 61 116 188 0.68 0.38 0 0.26 214.02 0.51 0.49
Hex 3D 74 BC 44 26 0 1A D6 33 31
Octal 75 164 274 104 46 0 32 326 63 61
Binary 111101 1110100 10111100 1000100 100110 0 11010 11010110 110011 110001

Color Harmonies of #3D74BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D74BC

Black with #3D74BC

Text Example


Text Example

White with #3D74BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,116,188); }

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

background-color css

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

 a { background-color: rgb(61,116,188); }

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

border-color css

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

 span { border-color: rgb(61,116,188); }

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