Html Css Color HEX #3776BE Curious Blue

📋 copy color: '#3776BE'

red 55 ◦ green 118 ◦ blue 190

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

Shades of Curious Blue #3776BE

Tints of Curious Blue #3776BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 15.15%
G = 32.51%
B = 52.34%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3776BE (or 0x3776BE) is known color: Curious Blue. HEX triplet: 37, 76 and BE. RGB value is (55,118,190). Sum of RGB (Red+Green+Blue) = 55+118+190=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #3776BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3776BE is #C88941. Grayscale: #6B6B6B. Windows color (decimal): -13142338 or 12482103. OLE color: 12482103.

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

Color convert

RGB 55 118 190 -
CMYK 0.71 0.38 0 0.25
HSL 212º 0.55% 0.48% -
HSV(B) 212º 0.71% 0.75% -
XYZ 17.35 17.49 51.18 -
YUV 107.37 174.63 90.65 -
System Red Green Blue C M Y K H S L
Decimal 55 118 190 0.71 0.38 0 0.25 212 0.55 0.48
Hex 37 76 BE 47 26 0 19 D4 37 30
Octal 67 166 276 107 46 0 31 324 67 60
Binary 110111 1110110 10111110 1000111 100110 0 11001 11010100 110111 110000

Color Harmonies of #3776BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3776BE

Black with #3776BE

Text Example


Text Example

White with #3776BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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