Html Css Color HEX #3C6CBC Steel Blue

📋 copy color: '#3C6CBC'

red 60 ◦ green 108 ◦ blue 188

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

Shades of Steel Blue #3C6CBC

Tints of Steel Blue #3C6CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 16.85%
G = 30.34%
B = 52.81%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C6CBC (or 0x3C6CBC) is known color: Steel Blue. HEX triplet: 3C, 6C and BC. RGB value is (60,108,188). Sum of RGB (Red+Green+Blue) = 60+108+188=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C6CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6CBC is #C39343. Grayscale: #666666. Windows color (decimal): -12817220 or 12348476. OLE color: 12348476.

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

Color convert

RGB 60 108 188 -
CMYK 0.68 0.43 0 0.26
HSL 217.5º 0.52% 0.49% -
HSV(B) 217.5º 0.68% 0.74% -
XYZ 16.3 15.32 49.67 -
YUV 102.77 176.1 97.5 -
System Red Green Blue C M Y K H S L
Decimal 60 108 188 0.68 0.43 0 0.26 217.5 0.52 0.49
Hex 3C 6C BC 44 2B 0 1A DA 34 31
Octal 74 154 274 104 53 0 32 332 64 61
Binary 111100 1101100 10111100 1000100 101011 0 11010 11011010 110100 110001

Color Harmonies of #3C6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6CBC

Black with #3C6CBC

Text Example


Text Example

White with #3C6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,108,188); }

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

background-color css

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

 a { background-color: rgb(60,108,188); }

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

border-color css

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

 span { border-color: rgb(60,108,188); }

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