Html Css Color HEX #3F8EBE Curious Blue

📋 copy color: '#3F8EBE'

red 63 ◦ green 142 ◦ blue 190

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

Shades of Curious Blue #3F8EBE

Tints of Curious Blue #3F8EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 15.95%
G = 35.95%
B = 48.1%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F8EBE (or 0x3F8EBE) is known color: Curious Blue. HEX triplet: 3F, 8E and BE. RGB value is (63,142,190). Sum of RGB (Red+Green+Blue) = 63+142+190=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F8EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8EBE is #C07141. Grayscale: #7B7B7B. Windows color (decimal): -12611906 or 12488255. OLE color: 12488255.

HSL color Cylindrical-coordinate representation of color #3F8EBE: hue angle of 202.68º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F8EBE is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 142 190 -
CMYK 0.67 0.25 0 0.25
HSL 202.68º 0.5% 0.5% -
HSV(B) 202.68º 0.67% 0.75% -
XYZ 21.02 24.12 52.26 -
YUV 123.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 63 142 190 0.67 0.25 0 0.25 202.68 0.5 0.5
Hex 3F 8E BE 43 19 0 19 CB 32 32
Octal 77 216 276 103 31 0 31 313 62 62
Binary 111111 10001110 10111110 1000011 11001 0 11001 11001011 110010 110010

Color Harmonies of #3F8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8EBE

Black with #3F8EBE

Text Example


Text Example

White with #3F8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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