Html Css Color HEX #3870BA Curious Blue

📋 copy color: '#3870BA'

red 56 ◦ green 112 ◦ blue 186

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

Shades of Curious Blue #3870BA

Tints of Curious Blue #3870BA

RGB

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

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

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

R = 15.82%
G = 31.64%
B = 52.54%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3870BA (or 0x3870BA) is known color: Curious Blue. HEX triplet: 38, 70 and BA. RGB value is (56,112,186). Sum of RGB (Red+Green+Blue) = 56+112+186=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #3870BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870BA is #C78F45. Grayscale: #676767. Windows color (decimal): -13078342 or 12218424. OLE color: 12218424.

HSL color Cylindrical-coordinate representation of color #3870BA: hue angle of 214.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3870BA is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 112 186 -
CMYK 0.70 0.40 0 0.27
HSL 214.15º 0.54% 0.47% -
HSV(B) 214.15º 0.7% 0.73% -
XYZ 16.29 15.97 48.68 -
YUV 103.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 56 112 186 0.70 0.40 0 0.27 214.15 0.54 0.47
Hex 38 70 BA 46 28 0 1B D6 36 2F
Octal 70 160 272 106 50 0 33 326 66 57
Binary 111000 1110000 10111010 1000110 101000 0 11011 11010110 110110 101111

Color Harmonies of #3870BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3870BA

Black with #3870BA

Text Example


Text Example

White with #3870BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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