Html Css Color HEX #3F80BE Curious Blue

📋 copy color: '#3F80BE'

red 63 ◦ green 128 ◦ blue 190

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

Shades of Curious Blue #3F80BE

Tints of Curious Blue #3F80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.6%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 16.54%
G = 33.6%
B = 49.87%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F80BE (or 0x3F80BE) is known color: Curious Blue. HEX triplet: 3F, 80 and BE. RGB value is (63,128,190). Sum of RGB (Red+Green+Blue) = 63+128+190=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F80BE is #C07F41. Grayscale: #737373. Windows color (decimal): -12615490 or 12484671. OLE color: 12484671.

HSL color Cylindrical-coordinate representation of color #3F80BE: hue angle of 209.29º 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 #3F80BE is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 128 190 -
CMYK 0.67 0.33 0 0.25
HSL 209.29º 0.5% 0.5% -
HSV(B) 209.29º 0.67% 0.75% -
XYZ 19.06 20.21 51.61 -
YUV 115.63 169.97 90.46 -
System Red Green Blue C M Y K H S L
Decimal 63 128 190 0.67 0.33 0 0.25 209.29 0.5 0.5
Hex 3F 80 BE 43 21 0 19 D1 32 32
Octal 77 200 276 103 41 0 31 321 62 62
Binary 111111 10000000 10111110 1000011 100001 0 11001 11010001 110010 110010

Color Harmonies of #3F80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F80BE

Black with #3F80BE

Text Example


Text Example

White with #3F80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,128,190); }

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

background-color css

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

 a { background-color: rgb(63,128,190); }

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

border-color css

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

 span { border-color: rgb(63,128,190); }

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