Html Css Color HEX #3D72BA Steel Blue

📋 copy color: '#3D72BA'

red 61 ◦ green 114 ◦ blue 186

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

Shades of Steel Blue #3D72BA

Tints of Steel Blue #3D72BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 16.9%
G = 31.58%
B = 51.52%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D72BA (or 0x3D72BA) is known color: Steel Blue. HEX triplet: 3D, 72 and BA. RGB value is (61,114,186). Sum of RGB (Red+Green+Blue) = 61+114+186=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D72BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D72BA is #C28D45. Grayscale: #6A6A6A. Windows color (decimal): -12750150 or 12218941. OLE color: 12218941.

HSL color Cylindrical-coordinate representation of color #3D72BA: hue angle of 214.56º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D72BA is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 114 186 -
CMYK 0.67 0.39 0 0.27
HSL 214.56º 0.51% 0.48% -
HSV(B) 214.56º 0.67% 0.73% -
XYZ 16.8 16.57 48.77 -
YUV 106.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 61 114 186 0.67 0.39 0 0.27 214.56 0.51 0.48
Hex 3D 72 BA 43 27 0 1B D7 33 30
Octal 75 162 272 103 47 0 33 327 63 60
Binary 111101 1110010 10111010 1000011 100111 0 11011 11010111 110011 110000

Color Harmonies of #3D72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D72BA

Black with #3D72BA

Text Example


Text Example

White with #3D72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,114,186); }

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

background-color css

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

 a { background-color: rgb(61,114,186); }

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

border-color css

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

 span { border-color: rgb(61,114,186); }

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