Html Css Color HEX #3F84BE Curious Blue

📋 copy color: '#3F84BE'

red 63 ◦ green 132 ◦ blue 190

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

Shades of Curious Blue #3F84BE

Tints of Curious Blue #3F84BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 16.36%
G = 34.29%
B = 49.35%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F84BE (or 0x3F84BE) is known color: Curious Blue. HEX triplet: 3F, 84 and BE. RGB value is (63,132,190). Sum of RGB (Red+Green+Blue) = 63+132+190=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F84BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F84BE is #C07B41. Grayscale: #757575. Windows color (decimal): -12614466 or 12485695. OLE color: 12485695.

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

Color convert

RGB 63 132 190 -
CMYK 0.67 0.31 0 0.25
HSL 207.4º 0.5% 0.5% -
HSV(B) 207.4º 0.67% 0.75% -
XYZ 19.6 21.28 51.79 -
YUV 117.98 168.64 88.78 -
System Red Green Blue C M Y K H S L
Decimal 63 132 190 0.67 0.31 0 0.25 207.4 0.5 0.5
Hex 3F 84 BE 43 1F 0 19 CF 32 32
Octal 77 204 276 103 37 0 31 317 62 62
Binary 111111 10000100 10111110 1000011 11111 0 11001 11001111 110010 110010

Color Harmonies of #3F84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F84BE

Black with #3F84BE

Text Example


Text Example

White with #3F84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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