Html Css Color HEX #3C7BB2 Steel Blue

📋 copy color: '#3C7BB2'

red 60 ◦ green 123 ◦ blue 178

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

Shades of Steel Blue #3C7BB2

Tints of Steel Blue #3C7BB2

RGB

 RED value IS 60 (23.83% from 255) = 16.62%

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 178 (69.92% from 255) = 49.31%

R = 16.62%
G = 34.07%
B = 49.31%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3C7BB2 (or 0x3C7BB2) is known color: Steel Blue. HEX triplet: 3C, 7B and B2. RGB value is (60,123,178). Sum of RGB (Red+Green+Blue) = 60+123+178=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C7BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7BB2 is #C3844D. Grayscale: #6E6E6E. Windows color (decimal): -12813390 or 11696956. OLE color: 11696956.

HSL color Cylindrical-coordinate representation of color #3C7BB2: hue angle of 207.97º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7BB2 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 123 178 -
CMYK 0.66 0.31 0 0.30
HSL 207.97º 0.5% 0.47% -
HSV(B) 207.97º 0.66% 0.7% -
XYZ 16.98 18.34 44.76 -
YUV 110.43 166.13 92.03 -
System Red Green Blue C M Y K H S L
Decimal 60 123 178 0.66 0.31 0 0.30 207.97 0.5 0.47
Hex 3C 7B B2 42 1F 0 1E D0 32 2F
Octal 74 173 262 102 37 0 36 320 62 57
Binary 111100 1111011 10110010 1000010 11111 0 11110 11010000 110010 101111

Color Harmonies of #3C7BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7BB2

Black with #3C7BB2

Text Example


Text Example

White with #3C7BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,123,178); }

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

background-color css

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

 a { background-color: rgb(60,123,178); }

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

border-color css

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

 span { border-color: rgb(60,123,178); }

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