Html Css Color HEX #3980AA Curious Blue

📋 copy color: '#3980AA'

red 57 ◦ green 128 ◦ blue 170

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

Shades of Curious Blue #3980AA

Tints of Curious Blue #3980AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 16.06%
G = 36.06%
B = 47.89%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3980AA (or 0x3980AA) is known color: Curious Blue. HEX triplet: 39, 80 and AA. RGB value is (57,128,170). Sum of RGB (Red+Green+Blue) = 57+128+170=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #3980AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3980AA is #C67F55. Grayscale: #6F6F6F. Windows color (decimal): -13008726 or 11173945. OLE color: 11173945.

HSL color Cylindrical-coordinate representation of color #3980AA: hue angle of 202.3º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3980AA is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 128 170 -
CMYK 0.66 0.25 0 0.33
HSL 202.3º 0.5% 0.45% -
HSV(B) 202.3º 0.66% 0.67% -
XYZ 16.66 19.21 40.86 -
YUV 111.56 160.98 89.08 -
System Red Green Blue C M Y K H S L
Decimal 57 128 170 0.66 0.25 0 0.33 202.3 0.5 0.45
Hex 39 80 AA 42 19 0 21 CA 32 2D
Octal 71 200 252 102 31 0 41 312 62 55
Binary 111001 10000000 10101010 1000010 11001 0 100001 11001010 110010 101101

Color Harmonies of #3980AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3980AA

Black with #3980AA

Text Example


Text Example

White with #3980AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3980AA; }

 p { color: rgb(57,128,170); }

 H1.HeaderClassName
 {
   color: #3980AA;
 }
 .AnyTagClassName
 {
   color: #3980AA;
 }
</style>

background-color css

<style>
 a { background-color: #3980AA; }

 a { background-color: rgb(57,128,170); }

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

border-color css

<style>
 span { border-color: #3980AA; }

 span { border-color: rgb(57,128,170); }

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