Html Css Color HEX #3985AD Curious Blue

📋 copy color: '#3985AD'

red 57 ◦ green 133 ◦ blue 173

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

Shades of Curious Blue #3985AD

Tints of Curious Blue #3985AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 15.7%
G = 36.64%
B = 47.66%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3985AD (or 0x3985AD) is known color: Curious Blue. HEX triplet: 39, 85 and AD. RGB value is (57,133,173). Sum of RGB (Red+Green+Blue) = 57+133+173=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #3985AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3985AD is #C67A52. Grayscale: #727272. Windows color (decimal): -13007443 or 11371833. OLE color: 11371833.

HSL color Cylindrical-coordinate representation of color #3985AD: hue angle of 200.69º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3985AD is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 133 173 -
CMYK 0.67 0.23 0 0.32
HSL 200.69º 0.5% 0.45% -
HSV(B) 200.69º 0.67% 0.68% -
XYZ 17.62 20.66 42.59 -
YUV 114.84 160.82 86.75 -
System Red Green Blue C M Y K H S L
Decimal 57 133 173 0.67 0.23 0 0.32 200.69 0.5 0.45
Hex 39 85 AD 43 17 0 20 C9 32 2D
Octal 71 205 255 103 27 0 40 311 62 55
Binary 111001 10000101 10101101 1000011 10111 0 100000 11001001 110010 101101

Color Harmonies of #3985AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3985AD

Black with #3985AD

Text Example


Text Example

White with #3985AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3985AD; }

 p { color: rgb(57,133,173); }

 H1.HeaderClassName
 {
   color: #3985AD;
 }
 .AnyTagClassName
 {
   color: #3985AD;
 }
</style>

background-color css

<style>
 a { background-color: #3985AD; }

 a { background-color: rgb(57,133,173); }

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

border-color css

<style>
 span { border-color: #3985AD; }

 span { border-color: rgb(57,133,173); }

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