Html Css Color HEX #3F8ECE Curious Blue

📋 copy color: '#3F8ECE'

red 63 ◦ green 142 ◦ blue 206

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

Shades of Curious Blue #3F8ECE

Tints of Curious Blue #3F8ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

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

R = 15.33%
G = 34.55%
B = 50.12%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F8ECE (or 0x3F8ECE) is known color: Curious Blue. HEX triplet: 3F, 8E and CE. RGB value is (63,142,206). Sum of RGB (Red+Green+Blue) = 63+142+206=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F8ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8ECE is #C07131. Grayscale: #7D7D7D. Windows color (decimal): -12611890 or 13536831. OLE color: 13536831.

HSL color Cylindrical-coordinate representation of color #3F8ECE: hue angle of 206.85º 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 #3F8ECE is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 142 206 -
CMYK 0.69 0.31 0 0.19
HSL 206.85º 0.59% 0.53% -
HSV(B) 206.85º 0.69% 0.81% -
XYZ 22.86 24.86 61.99 -
YUV 125.68 173.33 83.3 -
System Red Green Blue C M Y K H S L
Decimal 63 142 206 0.69 0.31 0 0.19 206.85 0.59 0.53
Hex 3F 8E CE 45 1F 0 13 CF 3B 35
Octal 77 216 316 105 37 0 23 317 73 65
Binary 111111 10001110 11001110 1000101 11111 0 10011 11001111 111011 110101

Color Harmonies of #3F8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8ECE

Black with #3F8ECE

Text Example


Text Example

White with #3F8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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