Html Css Color HEX #3F81BD Curious Blue

📋 copy color: '#3F81BD'

red 63 ◦ green 129 ◦ blue 189

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

Shades of Curious Blue #3F81BD

Tints of Curious Blue #3F81BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 16.54%
G = 33.86%
B = 49.61%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F81BD (or 0x3F81BD) is known color: Curious Blue. HEX triplet: 3F, 81 and BD. RGB value is (63,129,189). Sum of RGB (Red+Green+Blue) = 63+129+189=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F81BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F81BD is #C07E42. Grayscale: #737373. Windows color (decimal): -12615235 or 12419391. OLE color: 12419391.

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

Color convert

RGB 63 129 189 -
CMYK 0.67 0.32 0 0.26
HSL 208.57º 0.5% 0.49% -
HSV(B) 208.57º 0.67% 0.74% -
XYZ 19.09 20.43 51.08 -
YUV 116.11 169.13 90.12 -
System Red Green Blue C M Y K H S L
Decimal 63 129 189 0.67 0.32 0 0.26 208.57 0.5 0.49
Hex 3F 81 BD 43 20 0 1A D1 32 31
Octal 77 201 275 103 40 0 32 321 62 61
Binary 111111 10000001 10111101 1000011 100000 0 11010 11010001 110010 110001

Color Harmonies of #3F81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F81BD

Black with #3F81BD

Text Example


Text Example

White with #3F81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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