Html Css Color HEX #3F8FBE Curious Blue

📋 copy color: '#3F8FBE'

red 63 ◦ green 143 ◦ blue 190

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

Shades of Curious Blue #3F8FBE

Tints of Curious Blue #3F8FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

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

R = 15.91%
G = 36.11%
B = 47.98%

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

#3F8FBE (or 0x3F8FBE) is known color: Curious Blue. HEX triplet: 3F, 8F and BE. RGB value is (63,143,190). Sum of RGB (Red+Green+Blue) = 63+143+190=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F8FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8FBE is #C07041. Grayscale: #7C7C7C. Windows color (decimal): -12611650 or 12488511. OLE color: 12488511.

HSL color Cylindrical-coordinate representation of color #3F8FBE: hue angle of 202.2º 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 #3F8FBE is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 143 190 -
CMYK 0.67 0.25 0 0.25
HSL 202.2º 0.5% 0.5% -
HSV(B) 202.2º 0.67% 0.75% -
XYZ 21.17 24.42 52.31 -
YUV 124.44 165 84.18 -
System Red Green Blue C M Y K H S L
Decimal 63 143 190 0.67 0.25 0 0.25 202.2 0.5 0.5
Hex 3F 8F BE 43 19 0 19 CA 32 32
Octal 77 217 276 103 31 0 31 312 62 62
Binary 111111 10001111 10111110 1000011 11001 0 11001 11001010 110010 110010

Color Harmonies of #3F8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8FBE

Black with #3F8FBE

Text Example


Text Example

White with #3F8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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