Html Css Color HEX #3977BA Curious Blue

📋 copy color: '#3977BA'

red 57 ◦ green 119 ◦ blue 186

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

Shades of Curious Blue #3977BA

Tints of Curious Blue #3977BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.87%

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

R = 15.75%
G = 32.87%
B = 51.38%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3977BA (or 0x3977BA) is known color: Curious Blue. HEX triplet: 39, 77 and BA. RGB value is (57,119,186). Sum of RGB (Red+Green+Blue) = 57+119+186=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #3977BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3977BA is #C68845. Grayscale: #6B6B6B. Windows color (decimal): -13011014 or 12220217. OLE color: 12220217.

HSL color Cylindrical-coordinate representation of color #3977BA: hue angle of 211.16º 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 #3977BA is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 119 186 -
CMYK 0.69 0.36 0 0.27
HSL 211.16º 0.53% 0.48% -
HSV(B) 211.16º 0.69% 0.73% -
XYZ 17.15 17.61 48.95 -
YUV 108.1 171.96 91.55 -
System Red Green Blue C M Y K H S L
Decimal 57 119 186 0.69 0.36 0 0.27 211.16 0.53 0.48
Hex 39 77 BA 45 24 0 1B D3 35 30
Octal 71 167 272 105 44 0 33 323 65 60
Binary 111001 1110111 10111010 1000101 100100 0 11011 11010011 110101 110000

Color Harmonies of #3977BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3977BA

Black with #3977BA

Text Example


Text Example

White with #3977BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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