Html Css Color HEX #3786B3 Curious Blue

📋 copy color: '#3786B3'

red 55 ◦ green 134 ◦ blue 179

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

Shades of Curious Blue #3786B3

Tints of Curious Blue #3786B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.64%

R = 14.95%
G = 36.41%
B = 48.64%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3786B3 (or 0x3786B3) is known color: Curious Blue. HEX triplet: 37, 86 and B3. RGB value is (55,134,179). Sum of RGB (Red+Green+Blue) = 55+134+179=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #3786B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3786B3 is #C8794C. Grayscale: #737373. Windows color (decimal): -13138253 or 11765303. OLE color: 11765303.

HSL color Cylindrical-coordinate representation of color #3786B3: hue angle of 201.77º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3786B3 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 55 134 179 -
CMYK 0.69 0.25 0 0.30
HSL 201.77º 0.53% 0.46% -
HSV(B) 201.77º 0.69% 0.7% -
XYZ 18.24 21.12 45.76 -
YUV 115.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 55 134 179 0.69 0.25 0 0.30 201.77 0.53 0.46
Hex 37 86 B3 45 19 0 1E CA 35 2E
Octal 67 206 263 105 31 0 36 312 65 56
Binary 110111 10000110 10110011 1000101 11001 0 11110 11001010 110101 101110

Color Harmonies of #3786B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3786B3

Black with #3786B3

Text Example


Text Example

White with #3786B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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