Html Css Color HEX #3F8EC7 Curious Blue

📋 copy color: '#3F8EC7'

red 63 ◦ green 142 ◦ blue 199

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

Shades of Curious Blue #3F8EC7

Tints of Curious Blue #3F8EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 49.26%

R = 15.59%
G = 35.15%
B = 49.26%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3F8EC7 (or 0x3F8EC7) is known color: Curious Blue. HEX triplet: 3F, 8E and C7. RGB value is (63,142,199). Sum of RGB (Red+Green+Blue) = 63+142+199=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 199 (78.12% from 255 or 49.26% from 404); Max value from RGB is 199 - color contains mainly: blue. Hex color #3F8EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8EC7 is #C07138. Grayscale: #7C7C7C. Windows color (decimal): -12611897 or 13078079. OLE color: 13078079.

HSL color Cylindrical-coordinate representation of color #3F8EC7: hue angle of 205.15º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F8EC7 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 63 142 199 -
CMYK 0.68 0.29 0 0.22
HSL 205.15º 0.55% 0.51% -
HSV(B) 205.15º 0.68% 0.78% -
XYZ 22.03 24.53 57.61 -
YUV 124.88 169.83 83.87 -
System Red Green Blue C M Y K H S L
Decimal 63 142 199 0.68 0.29 0 0.22 205.15 0.55 0.51
Hex 3F 8E C7 44 1D 0 16 CD 37 33
Octal 77 216 307 104 35 0 26 315 67 63
Binary 111111 10001110 11000111 1000100 11101 0 10110 11001101 110111 110011

Color Harmonies of #3F8EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8EC7

Black with #3F8EC7

Text Example


Text Example

White with #3F8EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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