Html Css Color HEX #3786BF Curious Blue

📋 copy color: '#3786BF'

red 55 ◦ green 134 ◦ blue 191

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

Shades of Curious Blue #3786BF

Tints of Curious Blue #3786BF

RGB

 RED value IS 55 (21.88% from 255) = 14.47%

 GREEN value IS 134 (52.73% from 255) = 35.26%

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

R = 14.47%
G = 35.26%
B = 50.26%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3786BF (or 0x3786BF) is known color: Curious Blue. HEX triplet: 37, 86 and BF. RGB value is (55,134,191). Sum of RGB (Red+Green+Blue) = 55+134+191=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #3786BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3786BF is #C87940. Grayscale: #747474. Windows color (decimal): -13138241 or 12551735. OLE color: 12551735.

HSL color Cylindrical-coordinate representation of color #3786BF: hue angle of 205.15º 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 #3786BF is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 134 191 -
CMYK 0.71 0.30 0 0.25
HSL 205.15º 0.55% 0.48% -
HSV(B) 205.15º 0.71% 0.75% -
XYZ 19.5 21.62 52.44 -
YUV 116.88 169.83 83.87 -
System Red Green Blue C M Y K H S L
Decimal 55 134 191 0.71 0.30 0 0.25 205.15 0.55 0.48
Hex 37 86 BF 47 1E 0 19 CD 37 30
Octal 67 206 277 107 36 0 31 315 67 60
Binary 110111 10000110 10111111 1000111 11110 0 11001 11001101 110111 110000

Color Harmonies of #3786BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3786BF

Black with #3786BF

Text Example


Text Example

White with #3786BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,134,191); }

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

background-color css

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

 a { background-color: rgb(55,134,191); }

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

border-color css

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

 span { border-color: rgb(55,134,191); }

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