Html Css Color HEX #3E75AC Steel Blue

📋 copy color: '#3E75AC'

red 62 ◦ green 117 ◦ blue 172

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

Shades of Steel Blue #3E75AC

Tints of Steel Blue #3E75AC

RGB

 RED value IS 62 (24.61% from 255) = 17.66%

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 17.66%
G = 33.33%
B = 49%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E75AC (or 0x3E75AC) is known color: Steel Blue. HEX triplet: 3E, 75 and AC. RGB value is (62,117,172). Sum of RGB (Red+Green+Blue) = 62+117+172=351 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.66% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E75AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E75AC is #C18A53. Grayscale: #6A6A6A. Windows color (decimal): -12683860 or 11302206. OLE color: 11302206.

HSL color Cylindrical-coordinate representation of color #3E75AC: hue angle of 210º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E75AC is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 117 172 -
CMYK 0.64 0.32 0 0.33
HSL 210º 0.47% 0.46% -
HSV(B) 210º 0.64% 0.67% -
XYZ 15.79 16.73 41.43 -
YUV 106.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 62 117 172 0.64 0.32 0 0.33 210 0.47 0.46
Hex 3E 75 AC 40 20 0 21 D2 2F 2E
Octal 76 165 254 100 40 0 41 322 57 56
Binary 111110 1110101 10101100 1000000 100000 0 100001 11010010 101111 101110

Color Harmonies of #3E75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E75AC

Black with #3E75AC

Text Example


Text Example

White with #3E75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,117,172); }

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

background-color css

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

 a { background-color: rgb(62,117,172); }

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

border-color css

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

 span { border-color: rgb(62,117,172); }

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