#3794bc

Color #3794BC Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3794BC

Tints of Curious Blue #3794BC

Color information

#3794BC (or 0x3794BC) is unknown color: approx Curious Blue. HEX triplet: 37, 94 and BC. RGB value is (55,148,188). Sum of RGB (Red+Green+Blue) = 55+148+188=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #3794BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3794BC is #C86B43. Grayscale: #7C7C7C. Windows color (decimal): -13134660 or 12358711. OLE color: 12358711.

HSL color Cylindrical-coordinate representation of color #3794BC: hue angle of 198.05º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3794BC is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB55148188-
CMYK0.710.2100.26
HSL198.05º54.73%47.65%-
HSV(B)198.05º70.74%73.73%-
XYZ21.2425.6251.4-
YUV124.75163.6978.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.07%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=14.07%
G=37.85%
B=48.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551481880.710.2100.26198.0554.7347.65
Hex3794BC471501Ac63730
Octal67224274107250323066760
Binary110111100101001011110010001111010101101011000110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3794bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3794bc; }

 p { color: rgb(55,148,188); }

 H1.HeaderClassName
 {
   color: #3794bc;
 }
 .AnyTagClassName
 {
   color: #3794bc;
 }
</style>
background-color css

<style>
 a { background-color: #3794bc; }

 a { background-color: rgb(55,148,188); }

 div.DivClassName
 {
   background-color: #3794bc;
 }
 .BgClassName
 {
   background-color: #3794bc;
 }
</style>
border-color css

<style>
 span { border-color: #3794bc; }

 span { border-color: rgb(55,148,188); }

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