Html Css Color HEX #3C73BD Steel Blue

📋 copy color: '#3C73BD'

red 60 ◦ green 115 ◦ blue 189

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

Shades of Steel Blue #3C73BD

Tints of Steel Blue #3C73BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.59%

 BLUE value IS 189 (74.22% from 255) = 51.92%

R = 16.48%
G = 31.59%
B = 51.92%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C73BD (or 0x3C73BD) is known color: Steel Blue. HEX triplet: 3C, 73 and BD. RGB value is (60,115,189). Sum of RGB (Red+Green+Blue) = 60+115+189=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C73BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C73BD is #C38C42. Grayscale: #6A6A6A. Windows color (decimal): -12815427 or 12415804. OLE color: 12415804.

HSL color Cylindrical-coordinate representation of color #3C73BD: hue angle of 214.42º degrees, saturation: 0.52, 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 #3C73BD is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 115 189 -
CMYK 0.68 0.39 0 0.26
HSL 214.42º 0.52% 0.49% -
HSV(B) 214.42º 0.68% 0.74% -
XYZ 17.18 16.9 50.5 -
YUV 106.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 60 115 189 0.68 0.39 0 0.26 214.42 0.52 0.49
Hex 3C 73 BD 44 27 0 1A D6 34 31
Octal 74 163 275 104 47 0 32 326 64 61
Binary 111100 1110011 10111101 1000100 100111 0 11010 11010110 110100 110001

Color Harmonies of #3C73BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C73BD

Black with #3C73BD

Text Example


Text Example

White with #3C73BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,115,189); }

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

background-color css

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

 a { background-color: rgb(60,115,189); }

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

border-color css

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

 span { border-color: rgb(60,115,189); }

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