Html Css Color HEX #3D77AA Steel Blue

📋 copy color: '#3D77AA'

red 61 ◦ green 119 ◦ blue 170

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

Shades of Steel Blue #3D77AA

Tints of Steel Blue #3D77AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 17.43%
G = 34%
B = 48.57%

CMYK

 C value IS 0.64

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D77AA (or 0x3D77AA) is known color: Steel Blue. HEX triplet: 3D, 77 and AA. RGB value is (61,119,170). Sum of RGB (Red+Green+Blue) = 61+119+170=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D77AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D77AA is #C28855. Grayscale: #6B6B6B. Windows color (decimal): -12748886 or 11171645. OLE color: 11171645.

HSL color Cylindrical-coordinate representation of color #3D77AA: hue angle of 208.07º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D77AA is Cyan = 0.64, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 119 170 -
CMYK 0.64 0.3 0 0.33
HSL 208.07º 0.47% 0.45% -
HSV(B) 208.07º 0.64% 0.67% -
XYZ 15.78 17.09 40.5 -
YUV 107.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 61 119 170 0.64 0.3 0 0.33 208.07 0.47 0.45
Hex 3D 77 AA 40 1E 0 21 D0 2F 2D
Octal 75 167 252 100 36 0 41 320 57 55
Binary 111101 1110111 10101010 1000000 11110 0 100001 11010000 101111 101101

Color Harmonies of #3D77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D77AA

Black with #3D77AA

Text Example


Text Example

White with #3D77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,119,170); }

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

background-color css

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

 a { background-color: rgb(61,119,170); }

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

border-color css

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

 span { border-color: rgb(61,119,170); }

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