Html Css Color HEX #3F87CD Curious Blue

📋 copy color: '#3F87CD'

red 63 ◦ green 135 ◦ blue 205

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

Shades of Curious Blue #3F87CD

Tints of Curious Blue #3F87CD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 15.63%
G = 33.5%
B = 50.87%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F87CD (or 0x3F87CD) is known color: Curious Blue. HEX triplet: 3F, 87 and CD. RGB value is (63,135,205). Sum of RGB (Red+Green+Blue) = 63+135+205=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F87CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F87CD is #C07832. Grayscale: #797979. Windows color (decimal): -12613683 or 13469503. OLE color: 13469503.

HSL color Cylindrical-coordinate representation of color #3F87CD: hue angle of 209.58º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F87CD is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 135 205 -
CMYK 0.69 0.34 0 0.20
HSL 209.58º 0.59% 0.53% -
HSV(B) 209.58º 0.69% 0.8% -
XYZ 21.73 22.79 61.01 -
YUV 121.45 175.15 86.31 -
System Red Green Blue C M Y K H S L
Decimal 63 135 205 0.69 0.34 0 0.20 209.58 0.59 0.53
Hex 3F 87 CD 45 22 0 14 D2 3B 35
Octal 77 207 315 105 42 0 24 322 73 65
Binary 111111 10000111 11001101 1000101 100010 0 10100 11010010 111011 110101

Color Harmonies of #3F87CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F87CD

Black with #3F87CD

Text Example


Text Example

White with #3F87CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,135,205); }

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

background-color css

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

 a { background-color: rgb(63,135,205); }

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

border-color css

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

 span { border-color: rgb(63,135,205); }

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