Html Css Color HEX #3986B5 Curious Blue

📋 copy color: '#3986B5'

red 57 ◦ green 134 ◦ blue 181

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

Shades of Curious Blue #3986B5

Tints of Curious Blue #3986B5

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

 BLUE value IS 181 (71.09% from 255) = 48.66%

R = 15.32%
G = 36.02%
B = 48.66%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3986B5 (or 0x3986B5) is known color: Curious Blue. HEX triplet: 39, 86 and B5. RGB value is (57,134,181). Sum of RGB (Red+Green+Blue) = 57+134+181=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #3986B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3986B5 is #C6794A. Grayscale: #747474. Windows color (decimal): -13007179 or 11896377. OLE color: 11896377.

HSL color Cylindrical-coordinate representation of color #3986B5: hue angle of 202.74º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3986B5 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 134 181 -
CMYK 0.69 0.26 0 0.29
HSL 202.74º 0.52% 0.47% -
HSV(B) 202.74º 0.69% 0.71% -
XYZ 18.55 21.26 46.84 -
YUV 116.34 164.49 85.68 -
System Red Green Blue C M Y K H S L
Decimal 57 134 181 0.69 0.26 0 0.29 202.74 0.52 0.47
Hex 39 86 B5 45 1A 0 1D CB 34 2F
Octal 71 206 265 105 32 0 35 313 64 57
Binary 111001 10000110 10110101 1000101 11010 0 11101 11001011 110100 101111

Color Harmonies of #3986B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3986B5

Black with #3986B5

Text Example


Text Example

White with #3986B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3986B5; }

 p { color: rgb(57,134,181); }

 H1.HeaderClassName
 {
   color: #3986B5;
 }
 .AnyTagClassName
 {
   color: #3986B5;
 }
</style>

background-color css

<style>
 a { background-color: #3986B5; }

 a { background-color: rgb(57,134,181); }

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

border-color css

<style>
 span { border-color: #3986B5; }

 span { border-color: rgb(57,134,181); }

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