Html Css Color HEX #3C75B5 Steel Blue

📋 copy color: '#3C75B5'

red 60 ◦ green 117 ◦ blue 181

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

Shades of Steel Blue #3C75B5

Tints of Steel Blue #3C75B5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 181 (71.09% from 255) = 50.56%

R = 16.76%
G = 32.68%
B = 50.56%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3C75B5 (or 0x3C75B5) is known color: Steel Blue. HEX triplet: 3C, 75 and B5. RGB value is (60,117,181). Sum of RGB (Red+Green+Blue) = 60+117+181=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #3C75B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C75B5 is #C38A4A. Grayscale: #6A6A6A. Windows color (decimal): -12814923 or 11892028. OLE color: 11892028.

HSL color Cylindrical-coordinate representation of color #3C75B5: hue angle of 211.74º degrees, saturation: 0.5, 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 #3C75B5 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 117 181 -
CMYK 0.67 0.35 0 0.29
HSL 211.74º 0.5% 0.47% -
HSV(B) 211.74º 0.67% 0.71% -
XYZ 16.57 17.02 46.13 -
YUV 107.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 60 117 181 0.67 0.35 0 0.29 211.74 0.5 0.47
Hex 3C 75 B5 43 23 0 1D D4 32 2F
Octal 74 165 265 103 43 0 35 324 62 57
Binary 111100 1110101 10110101 1000011 100011 0 11101 11010100 110010 101111

Color Harmonies of #3C75B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C75B5

Black with #3C75B5

Text Example


Text Example

White with #3C75B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,117,181); }

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

background-color css

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

 a { background-color: rgb(60,117,181); }

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

border-color css

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

 span { border-color: rgb(60,117,181); }

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