Html Css Color HEX #3786BA Curious Blue

📋 copy color: '#3786BA'

red 55 ◦ green 134 ◦ blue 186

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

Shades of Curious Blue #3786BA

Tints of Curious Blue #3786BA

RGB

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

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

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

R = 14.67%
G = 35.73%
B = 49.6%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3786BA (or 0x3786BA) is known color: Curious Blue. HEX triplet: 37, 86 and BA. RGB value is (55,134,186). Sum of RGB (Red+Green+Blue) = 55+134+186=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #3786BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3786BA is #C87945. Grayscale: #747474. Windows color (decimal): -13138246 or 12224055. OLE color: 12224055.

HSL color Cylindrical-coordinate representation of color #3786BA: hue angle of 203.82º 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 #3786BA is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 134 186 -
CMYK 0.70 0.28 0 0.27
HSL 203.82º 0.54% 0.47% -
HSV(B) 203.82º 0.7% 0.73% -
XYZ 18.96 21.41 49.59 -
YUV 116.31 167.33 84.27 -
System Red Green Blue C M Y K H S L
Decimal 55 134 186 0.70 0.28 0 0.27 203.82 0.54 0.47
Hex 37 86 BA 46 1C 0 1B CC 36 2F
Octal 67 206 272 106 34 0 33 314 66 57
Binary 110111 10000110 10111010 1000110 11100 0 11011 11001100 110110 101111

Color Harmonies of #3786BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3786BA

Black with #3786BA

Text Example


Text Example

White with #3786BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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