Html Css Color HEX #3982B4 Curious Blue

📋 copy color: '#3982B4'

red 57 ◦ green 130 ◦ blue 180

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

Shades of Curious Blue #3982B4

Tints of Curious Blue #3982B4

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 180 (70.7% from 255) = 49.05%

R = 15.53%
G = 35.42%
B = 49.05%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3982B4 (or 0x3982B4) is known color: Curious Blue. HEX triplet: 39, 82 and B4. RGB value is (57,130,180). Sum of RGB (Red+Green+Blue) = 57+130+180=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #3982B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3982B4 is #C67D4B. Grayscale: #717171. Windows color (decimal): -13008204 or 11829817. OLE color: 11829817.

HSL color Cylindrical-coordinate representation of color #3982B4: hue angle of 204.39º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3982B4 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 130 180 -
CMYK 0.68 0.28 0 0.29
HSL 204.39º 0.52% 0.46% -
HSV(B) 204.39º 0.68% 0.71% -
XYZ 17.91 20.13 46.12 -
YUV 113.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 57 130 180 0.68 0.28 0 0.29 204.39 0.52 0.46
Hex 39 82 B4 44 1C 0 1D CC 34 2E
Octal 71 202 264 104 34 0 35 314 64 56
Binary 111001 10000010 10110100 1000100 11100 0 11101 11001100 110100 101110

Color Harmonies of #3982B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3982B4

Black with #3982B4

Text Example


Text Example

White with #3982B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3982B4; }

 p { color: rgb(57,130,180); }

 H1.HeaderClassName
 {
   color: #3982B4;
 }
 .AnyTagClassName
 {
   color: #3982B4;
 }
</style>

background-color css

<style>
 a { background-color: #3982B4; }

 a { background-color: rgb(57,130,180); }

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

border-color css

<style>
 span { border-color: #3982B4; }

 span { border-color: rgb(57,130,180); }

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