Html Css Color HEX #3776BA Curious Blue

📋 copy color: '#3776BA'

red 55 ◦ green 118 ◦ blue 186

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

Shades of Curious Blue #3776BA

Tints of Curious Blue #3776BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 15.32%
G = 32.87%
B = 51.81%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3776BA (or 0x3776BA) is known color: Curious Blue. HEX triplet: 37, 76 and BA. RGB value is (55,118,186). Sum of RGB (Red+Green+Blue) = 55+118+186=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #3776BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3776BA is #C88945. Grayscale: #6A6A6A. Windows color (decimal): -13142342 or 12219959. OLE color: 12219959.

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

Color convert

RGB 55 118 186 -
CMYK 0.70 0.37 0 0.27
HSL 211.15º 0.54% 0.47% -
HSV(B) 211.15º 0.7% 0.73% -
XYZ 16.92 17.31 48.9 -
YUV 106.92 172.63 90.97 -
System Red Green Blue C M Y K H S L
Decimal 55 118 186 0.70 0.37 0 0.27 211.15 0.54 0.47
Hex 37 76 BA 46 25 0 1B D3 36 2F
Octal 67 166 272 106 45 0 33 323 66 57
Binary 110111 1110110 10111010 1000110 100101 0 11011 11010011 110110 101111

Color Harmonies of #3776BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3776BA

Black with #3776BA

Text Example


Text Example

White with #3776BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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