Html Css Color HEX #3F6CBC Steel Blue

📋 copy color: '#3F6CBC'

red 63 ◦ green 108 ◦ blue 188

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

Shades of Steel Blue #3F6CBC

Tints of Steel Blue #3F6CBC

RGB

 RED value IS 63 (25% from 255) = 17.55%

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

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

R = 17.55%
G = 30.08%
B = 52.37%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F6CBC (or 0x3F6CBC) is known color: Steel Blue. HEX triplet: 3F, 6C and BC. RGB value is (63,108,188). Sum of RGB (Red+Green+Blue) = 63+108+188=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F6CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6CBC is #C09343. Grayscale: #676767. Windows color (decimal): -12620612 or 12348479. OLE color: 12348479.

HSL color Cylindrical-coordinate representation of color #3F6CBC: hue angle of 218.4º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F6CBC is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 108 188 -
CMYK 0.66 0.43 0 0.26
HSL 218.4º 0.5% 0.49% -
HSV(B) 218.4º 0.66% 0.74% -
XYZ 16.49 15.41 49.68 -
YUV 103.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 63 108 188 0.66 0.43 0 0.26 218.4 0.5 0.49
Hex 3F 6C BC 42 2B 0 1A DA 32 31
Octal 77 154 274 102 53 0 32 332 62 61
Binary 111111 1101100 10111100 1000010 101011 0 11010 11011010 110010 110001

Color Harmonies of #3F6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6CBC

Black with #3F6CBC

Text Example


Text Example

White with #3F6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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