#379BC6

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

Shades of Curious Blue #379BC6

Tints of Curious Blue #379BC6

Color information

#379BC6 (or 0x379BC6) is unknown color: approx Curious Blue. HEX triplet: 37, 9B and C6. RGB value is (55,155,198). Sum of RGB (Red+Green+Blue) = 55+155+198=408 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.48% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #379BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BC6 is #C86439. Grayscale: #818181. Windows color (decimal): -13132858 or 13015863. OLE color: 13015863.

HSL color Cylindrical-coordinate representation of color #379BC6: hue angle of 198.04º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #379BC6 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB55155198-
CMYK0.720.2200.22
HSL198.04º56.52%49.61%-
HSV(B)198.04º72.22%77.65%-
XYZ23.4928.3357.66-
YUV130166.3774.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.48%
GREEN value IS 155 (60.94% from 255) = 37.99%
BLUE value IS 198 (77.73% from 255) = 48.53%
R=13.48%
G=37.99%
B=48.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551551980.720.2200.22198.0456.5249.61
Hex379BC64816016c63932
Octal67233306110260263067162
Binary110111100110111100011010010001011001011011000110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379BC6; }

 p { color: rgb(55,155,198); }

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

<style>
 a { background-color: #379BC6; }

 a { background-color: rgb(55,155,198); }

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

<style>
 span { border-color: #379BC6; }

 span { border-color: rgb(55,155,198); }

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