Html Css Color HEX #3F81BF Curious Blue

📋 copy color: '#3F81BF'

red 63 ◦ green 129 ◦ blue 191

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

Shades of Curious Blue #3F81BF

Tints of Curious Blue #3F81BF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.68%

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

R = 16.45%
G = 33.68%
B = 49.87%

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

#3F81BF (or 0x3F81BF) is known color: Curious Blue. HEX triplet: 3F, 81 and BF. RGB value is (63,129,191). Sum of RGB (Red+Green+Blue) = 63+129+191=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F81BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F81BF is #C07E40. Grayscale: #747474. Windows color (decimal): -12615233 or 12550463. OLE color: 12550463.

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

Color convert

RGB 63 129 191 -
CMYK 0.67 0.32 0 0.25
HSL 209.06º 0.5% 0.5% -
HSV(B) 209.06º 0.67% 0.75% -
XYZ 19.3 20.52 52.23 -
YUV 116.33 170.13 89.96 -
System Red Green Blue C M Y K H S L
Decimal 63 129 191 0.67 0.32 0 0.25 209.06 0.5 0.5
Hex 3F 81 BF 43 20 0 19 D1 32 32
Octal 77 201 277 103 40 0 31 321 62 62
Binary 111111 10000001 10111111 1000011 100000 0 11001 11010001 110010 110010

Color Harmonies of #3F81BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F81BF

Black with #3F81BF

Text Example


Text Example

White with #3F81BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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