Html Css Color HEX #3F8EBA Curious Blue

📋 copy color: '#3F8EBA'

red 63 ◦ green 142 ◦ blue 186

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

Shades of Curious Blue #3F8EBA

Tints of Curious Blue #3F8EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 16.11%
G = 36.32%
B = 47.57%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F8EBA (or 0x3F8EBA) is known color: Curious Blue. HEX triplet: 3F, 8E and BA. RGB value is (63,142,186). Sum of RGB (Red+Green+Blue) = 63+142+186=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F8EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8EBA is #C07145. Grayscale: #7B7B7B. Windows color (decimal): -12611910 or 12226111. OLE color: 12226111.

HSL color Cylindrical-coordinate representation of color #3F8EBA: hue angle of 201.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F8EBA is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 142 186 -
CMYK 0.66 0.24 0 0.27
HSL 201.46º 0.49% 0.49% -
HSV(B) 201.46º 0.66% 0.73% -
XYZ 20.59 23.95 49.99 -
YUV 123.4 163.33 84.92 -
System Red Green Blue C M Y K H S L
Decimal 63 142 186 0.66 0.24 0 0.27 201.46 0.49 0.49
Hex 3F 8E BA 42 18 0 1B C9 31 31
Octal 77 216 272 102 30 0 33 311 61 61
Binary 111111 10001110 10111010 1000010 11000 0 11011 11001001 110001 110001

Color Harmonies of #3F8EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8EBA

Black with #3F8EBA

Text Example


Text Example

White with #3F8EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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