Html Css Color HEX #3985AC Curious Blue

📋 copy color: '#3985AC'

red 57 ◦ green 133 ◦ blue 172

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

Shades of Curious Blue #3985AC

Tints of Curious Blue #3985AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 15.75%
G = 36.74%
B = 47.51%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3985AC (or 0x3985AC) is known color: Curious Blue. HEX triplet: 39, 85 and AC. RGB value is (57,133,172). Sum of RGB (Red+Green+Blue) = 57+133+172=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #3985AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3985AC is #C67A53. Grayscale: #727272. Windows color (decimal): -13007444 or 11306297. OLE color: 11306297.

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

Color convert

RGB 57 133 172 -
CMYK 0.67 0.23 0 0.33
HSL 200.35º 0.5% 0.45% -
HSV(B) 200.35º 0.67% 0.67% -
XYZ 17.52 20.62 42.09 -
YUV 114.72 160.32 86.83 -
System Red Green Blue C M Y K H S L
Decimal 57 133 172 0.67 0.23 0 0.33 200.35 0.5 0.45
Hex 39 85 AC 43 17 0 21 C8 32 2D
Octal 71 205 254 103 27 0 41 310 62 55
Binary 111001 10000101 10101100 1000011 10111 0 100001 11001000 110010 101101

Color Harmonies of #3985AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3985AC

Black with #3985AC

Text Example


Text Example

White with #3985AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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