Html Css Color HEX #3F8FBA Curious Blue

📋 copy color: '#3F8FBA'

red 63 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #3F8FBA

Tints of Curious Blue #3F8FBA

RGB

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

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

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

R = 16.07%
G = 36.48%
B = 47.45%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F8FBA (or 0x3F8FBA) is known color: Curious Blue. HEX triplet: 3F, 8F and BA. RGB value is (63,143,186). Sum of RGB (Red+Green+Blue) = 63+143+186=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F8FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8FBA is #C07045. Grayscale: #7B7B7B. Windows color (decimal): -12611654 or 12226367. OLE color: 12226367.

HSL color Cylindrical-coordinate representation of color #3F8FBA: hue angle of 200.98º 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 #3F8FBA is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 143 186 -
CMYK 0.66 0.23 0 0.27
HSL 200.98º 0.49% 0.49% -
HSV(B) 200.98º 0.66% 0.73% -
XYZ 20.74 24.25 50.04 -
YUV 123.98 163 84.5 -
System Red Green Blue C M Y K H S L
Decimal 63 143 186 0.66 0.23 0 0.27 200.98 0.49 0.49
Hex 3F 8F BA 42 17 0 1B C9 31 31
Octal 77 217 272 102 27 0 33 311 61 61
Binary 111111 10001111 10111010 1000010 10111 0 11011 11001001 110001 110001

Color Harmonies of #3F8FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8FBA

Black with #3F8FBA

Text Example


Text Example

White with #3F8FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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