Html Css Color HEX #3F87CE Curious Blue

📋 copy color: '#3F87CE'

red 63 ◦ green 135 ◦ blue 206

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

Shades of Curious Blue #3F87CE

Tints of Curious Blue #3F87CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 15.59%
G = 33.42%
B = 50.99%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F87CE (or 0x3F87CE) is known color: Curious Blue. HEX triplet: 3F, 87 and CE. RGB value is (63,135,206). Sum of RGB (Red+Green+Blue) = 63+135+206=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F87CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F87CE is #C07831. Grayscale: #797979. Windows color (decimal): -12613682 or 13535039. OLE color: 13535039.

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

Color convert

RGB 63 135 206 -
CMYK 0.69 0.34 0 0.19
HSL 209.79º 0.59% 0.53% -
HSV(B) 209.79º 0.69% 0.81% -
XYZ 21.85 22.84 61.65 -
YUV 121.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 63 135 206 0.69 0.34 0 0.19 209.79 0.59 0.53
Hex 3F 87 CE 45 22 0 13 D2 3B 35
Octal 77 207 316 105 42 0 23 322 73 65
Binary 111111 10000111 11001110 1000101 100010 0 10011 11010010 111011 110101

Color Harmonies of #3F87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F87CE

Black with #3F87CE

Text Example


Text Example

White with #3F87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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