Html Css Color HEX #3976BA Curious Blue

📋 copy color: '#3976BA'

red 57 ◦ green 118 ◦ blue 186

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

Shades of Curious Blue #3976BA

Tints of Curious Blue #3976BA

RGB

 RED value IS 57 (22.66% from 255) = 15.79%

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 15.79%
G = 32.69%
B = 51.52%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3976BA (or 0x3976BA) is known color: Curious Blue. HEX triplet: 39, 76 and BA. RGB value is (57,118,186). Sum of RGB (Red+Green+Blue) = 57+118+186=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 118 (46.48% from 255 or 32.69% 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 #3976BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3976BA is #C68945. Grayscale: #6B6B6B. Windows color (decimal): -13011270 or 12219961. OLE color: 12219961.

HSL color Cylindrical-coordinate representation of color #3976BA: hue angle of 211.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3976BA is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 118 186 -
CMYK 0.69 0.37 0 0.27
HSL 211.63º 0.53% 0.48% -
HSV(B) 211.63º 0.69% 0.73% -
XYZ 17.03 17.37 48.91 -
YUV 107.51 172.29 91.97 -
System Red Green Blue C M Y K H S L
Decimal 57 118 186 0.69 0.37 0 0.27 211.63 0.53 0.48
Hex 39 76 BA 45 25 0 1B D4 35 30
Octal 71 166 272 105 45 0 33 324 65 60
Binary 111001 1110110 10111010 1000101 100101 0 11011 11010100 110101 110000

Color Harmonies of #3976BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3976BA

Black with #3976BA

Text Example


Text Example

White with #3976BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3976BA; }

 p { color: rgb(57,118,186); }

 H1.HeaderClassName
 {
   color: #3976BA;
 }
 .AnyTagClassName
 {
   color: #3976BA;
 }
</style>

background-color css

<style>
 a { background-color: #3976BA; }

 a { background-color: rgb(57,118,186); }

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

border-color css

<style>
 span { border-color: #3976BA; }

 span { border-color: rgb(57,118,186); }

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