Html Css Color HEX #3F84BC Curious Blue

📋 copy color: '#3F84BC'

red 63 ◦ green 132 ◦ blue 188

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

Shades of Curious Blue #3F84BC

Tints of Curious Blue #3F84BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 16.45%
G = 34.46%
B = 49.09%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F84BC (or 0x3F84BC) is known color: Curious Blue. HEX triplet: 3F, 84 and BC. RGB value is (63,132,188). Sum of RGB (Red+Green+Blue) = 63+132+188=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F84BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F84BC is #C07B43. Grayscale: #757575. Windows color (decimal): -12614468 or 12354623. OLE color: 12354623.

HSL color Cylindrical-coordinate representation of color #3F84BC: hue angle of 206.88º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F84BC is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 132 188 -
CMYK 0.66 0.30 0 0.26
HSL 206.88º 0.5% 0.49% -
HSV(B) 206.88º 0.66% 0.74% -
XYZ 19.38 21.19 50.65 -
YUV 117.75 167.64 88.95 -
System Red Green Blue C M Y K H S L
Decimal 63 132 188 0.66 0.30 0 0.26 206.88 0.5 0.49
Hex 3F 84 BC 42 1E 0 1A CF 32 31
Octal 77 204 274 102 36 0 32 317 62 61
Binary 111111 10000100 10111100 1000010 11110 0 11010 11001111 110010 110001

Color Harmonies of #3F84BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F84BC

Black with #3F84BC

Text Example


Text Example

White with #3F84BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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