Html Css Color HEX #3B77B4 Steel Blue

📋 copy color: '#3B77B4'

red 59 ◦ green 119 ◦ blue 180

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

Shades of Steel Blue #3B77B4

Tints of Steel Blue #3B77B4

RGB

 RED value IS 59 (23.44% from 255) = 16.48%

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

 BLUE value IS 180 (70.7% from 255) = 50.28%

R = 16.48%
G = 33.24%
B = 50.28%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3B77B4 (or 0x3B77B4) is known color: Steel Blue. HEX triplet: 3B, 77 and B4. RGB value is (59,119,180). Sum of RGB (Red+Green+Blue) = 59+119+180=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #3B77B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B77B4 is #C4884B. Grayscale: #6B6B6B. Windows color (decimal): -12879948 or 11827003. OLE color: 11827003.

HSL color Cylindrical-coordinate representation of color #3B77B4: hue angle of 210.25º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B77B4 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 59 119 180 -
CMYK 0.67 0.34 0 0.29
HSL 210.25º 0.51% 0.47% -
HSV(B) 210.25º 0.67% 0.71% -
XYZ 16.64 17.42 45.67 -
YUV 108.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 59 119 180 0.67 0.34 0 0.29 210.25 0.51 0.47
Hex 3B 77 B4 43 22 0 1D D2 33 2F
Octal 73 167 264 103 42 0 35 322 63 57
Binary 111011 1110111 10110100 1000011 100010 0 11101 11010010 110011 101111

Color Harmonies of #3B77B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B77B4

Black with #3B77B4

Text Example


Text Example

White with #3B77B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,119,180); }

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

background-color css

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

 a { background-color: rgb(59,119,180); }

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

border-color css

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

 span { border-color: rgb(59,119,180); }

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