Html Css Color HEX #3C7BAF Steel Blue

📋 copy color: '#3C7BAF'

red 60 ◦ green 123 ◦ blue 175

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

Shades of Steel Blue #3C7BAF

Tints of Steel Blue #3C7BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 16.76%
G = 34.36%
B = 48.88%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C7BAF (or 0x3C7BAF) is known color: Steel Blue. HEX triplet: 3C, 7B and AF. RGB value is (60,123,175). Sum of RGB (Red+Green+Blue) = 60+123+175=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C7BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7BAF is #C38450. Grayscale: #6D6D6D. Windows color (decimal): -12813393 or 11500348. OLE color: 11500348.

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

Color convert

RGB 60 123 175 -
CMYK 0.66 0.30 0 0.31
HSL 207.13º 0.49% 0.46% -
HSV(B) 207.13º 0.66% 0.69% -
XYZ 16.68 18.22 43.2 -
YUV 110.09 164.63 92.27 -
System Red Green Blue C M Y K H S L
Decimal 60 123 175 0.66 0.30 0 0.31 207.13 0.49 0.46
Hex 3C 7B AF 42 1E 0 1F CF 31 2E
Octal 74 173 257 102 36 0 37 317 61 56
Binary 111100 1111011 10101111 1000010 11110 0 11111 11001111 110001 101110

Color Harmonies of #3C7BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7BAF

Black with #3C7BAF

Text Example


Text Example

White with #3C7BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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