Html Css Color HEX #3D73C4 Steel Blue

📋 copy color: '#3D73C4'

red 61 ◦ green 115 ◦ blue 196

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

Shades of Steel Blue #3D73C4

Tints of Steel Blue #3D73C4

RGB

 RED value IS 61 (24.22% from 255) = 16.4%

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

 BLUE value IS 196 (76.95% from 255) = 52.69%

R = 16.4%
G = 30.91%
B = 52.69%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3D73C4 (or 0x3D73C4) is known color: Steel Blue. HEX triplet: 3D, 73 and C4. RGB value is (61,115,196). Sum of RGB (Red+Green+Blue) = 61+115+196=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #3D73C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D73C4 is #C28C3B. Grayscale: #6B6B6B. Windows color (decimal): -12749884 or 12874557. OLE color: 12874557.

HSL color Cylindrical-coordinate representation of color #3D73C4: hue angle of 216º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D73C4 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 61 115 196 -
CMYK 0.69 0.41 0 0.23
HSL 216º 0.53% 0.5% -
HSV(B) 216º 0.69% 0.77% -
XYZ 18.02 17.24 54.6 -
YUV 108.09 177.61 94.41 -
System Red Green Blue C M Y K H S L
Decimal 61 115 196 0.69 0.41 0 0.23 216 0.53 0.5
Hex 3D 73 C4 45 29 0 17 D8 35 32
Octal 75 163 304 105 51 0 27 330 65 62
Binary 111101 1110011 11000100 1000101 101001 0 10111 11011000 110101 110010

Color Harmonies of #3D73C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D73C4

Black with #3D73C4

Text Example


Text Example

White with #3D73C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,115,196); }

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

background-color css

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

 a { background-color: rgb(61,115,196); }

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

border-color css

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

 span { border-color: rgb(61,115,196); }

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