Html Css Color HEX #3F82BF Curious Blue

📋 copy color: '#3F82BF'

red 63 ◦ green 130 ◦ blue 191

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

Shades of Curious Blue #3F82BF

Tints of Curious Blue #3F82BF

RGB

 RED value IS 63 (25% from 255) = 16.41%

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

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

R = 16.41%
G = 33.85%
B = 49.74%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F82BF (or 0x3F82BF) is known color: Curious Blue. HEX triplet: 3F, 82 and BF. RGB value is (63,130,191). Sum of RGB (Red+Green+Blue) = 63+130+191=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F82BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F82BF is #C07D40. Grayscale: #747474. Windows color (decimal): -12614977 or 12550719. OLE color: 12550719.

HSL color Cylindrical-coordinate representation of color #3F82BF: hue angle of 208.59º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F82BF is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 130 191 -
CMYK 0.67 0.32 0 0.25
HSL 208.59º 0.5% 0.5% -
HSV(B) 208.59º 0.67% 0.75% -
XYZ 19.44 20.78 52.28 -
YUV 116.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 63 130 191 0.67 0.32 0 0.25 208.59 0.5 0.5
Hex 3F 82 BF 43 20 0 19 D1 32 32
Octal 77 202 277 103 40 0 31 321 62 62
Binary 111111 10000010 10111111 1000011 100000 0 11001 11010001 110010 110010

Color Harmonies of #3F82BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F82BF

Black with #3F82BF

Text Example


Text Example

White with #3F82BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F82BF; }

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

 H1.HeaderClassName
 {
   color: #3F82BF;
 }
 .AnyTagClassName
 {
   color: #3F82BF;
 }
</style>

background-color css

<style>
 a { background-color: #3F82BF; }

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

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

border-color css

<style>
 span { border-color: #3F82BF; }

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

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