Html Css Color HEX #3870BF Curious Blue

📋 copy color: '#3870BF'

red 56 ◦ green 112 ◦ blue 191

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

Shades of Curious Blue #3870BF

Tints of Curious Blue #3870BF

RGB

 RED value IS 56 (22.27% from 255) = 15.6%

 GREEN value IS 112 (44.14% from 255) = 31.2%

 BLUE value IS 191 (75% from 255) = 53.2%

R = 15.6%
G = 31.2%
B = 53.2%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3870BF (or 0x3870BF) is known color: Curious Blue. HEX triplet: 38, 70 and BF. RGB value is (56,112,191). Sum of RGB (Red+Green+Blue) = 56+112+191=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #3870BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870BF is #C78F40. Grayscale: #676767. Windows color (decimal): -13078337 or 12546104. OLE color: 12546104.

HSL color Cylindrical-coordinate representation of color #3870BF: hue angle of 215.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3870BF is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 112 191 -
CMYK 0.71 0.41 0 0.25
HSL 215.11º 0.55% 0.48% -
HSV(B) 215.11º 0.71% 0.75% -
XYZ 16.83 16.19 51.53 -
YUV 104.26 176.95 93.58 -
System Red Green Blue C M Y K H S L
Decimal 56 112 191 0.71 0.41 0 0.25 215.11 0.55 0.48
Hex 38 70 BF 47 29 0 19 D7 37 30
Octal 70 160 277 107 51 0 31 327 67 60
Binary 111000 1110000 10111111 1000111 101001 0 11001 11010111 110111 110000

Color Harmonies of #3870BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3870BF

Black with #3870BF

Text Example


Text Example

White with #3870BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3870BF; }

 p { color: rgb(56,112,191); }

 H1.HeaderClassName
 {
   color: #3870BF;
 }
 .AnyTagClassName
 {
   color: #3870BF;
 }
</style>

background-color css

<style>
 a { background-color: #3870BF; }

 a { background-color: rgb(56,112,191); }

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

border-color css

<style>
 span { border-color: #3870BF; }

 span { border-color: rgb(56,112,191); }

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