Html Css Color HEX #3682BF Curious Blue

📋 copy color: '#3682BF'

red 54 ◦ green 130 ◦ blue 191

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

Shades of Curious Blue #3682BF

Tints of Curious Blue #3682BF

RGB

 RED value IS 54 (21.48% from 255) = 14.4%

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

 BLUE value IS 191 (75% from 255) = 50.93%

R = 14.4%
G = 34.67%
B = 50.93%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3682BF (or 0x3682BF) is known color: Curious Blue. HEX triplet: 36, 82 and BF. RGB value is (54,130,191). Sum of RGB (Red+Green+Blue) = 54+130+191=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #3682BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3682BF is #C97D40. Grayscale: #717171. Windows color (decimal): -13204801 or 12550710. OLE color: 12550710.

HSL color Cylindrical-coordinate representation of color #3682BF: hue angle of 206.72º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3682BF is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 130 191 -
CMYK 0.72 0.32 0 0.25
HSL 206.72º 0.56% 0.48% -
HSV(B) 206.72º 0.72% 0.75% -
XYZ 18.91 20.51 52.25 -
YUV 114.23 171.32 85.04 -
System Red Green Blue C M Y K H S L
Decimal 54 130 191 0.72 0.32 0 0.25 206.72 0.56 0.48
Hex 36 82 BF 48 20 0 19 CF 38 30
Octal 66 202 277 110 40 0 31 317 70 60
Binary 110110 10000010 10111111 1001000 100000 0 11001 11001111 111000 110000

Color Harmonies of #3682BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3682BF

Black with #3682BF

Text Example


Text Example

White with #3682BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3682BF; }

 p { color: rgb(54,130,191); }

 H1.HeaderClassName
 {
   color: #3682BF;
 }
 .AnyTagClassName
 {
   color: #3682BF;
 }
</style>

background-color css

<style>
 a { background-color: #3682BF; }

 a { background-color: rgb(54,130,191); }

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

border-color css

<style>
 span { border-color: #3682BF; }

 span { border-color: rgb(54,130,191); }

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