#379fc6

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

Shades of Pelorous #379FC6

Tints of Pelorous #379FC6

Color information

#379FC6 (or 0x379FC6) is unknown color: approx Pelorous. HEX triplet: 37, 9F and C6. RGB value is (55,159,198). Sum of RGB (Red+Green+Blue) = 55+159+198=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #379FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FC6 is #C86039. Grayscale: #848484. Windows color (decimal): -13131834 or 13016887. OLE color: 13016887.

HSL color Cylindrical-coordinate representation of color #379FC6: hue angle of 196.36º 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 #379FC6 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB55159198-
CMYK0.720.2000.22
HSL196.36º56.52%49.61%-
HSV(B)196.36º72.22%77.65%-
XYZ24.1729.6957.88-
YUV132.35165.0472.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.35%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 198 (77.73% from 255) = 48.06%
R=13.35%
G=38.59%
B=48.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551591980.720.2000.22196.3656.5249.61
Hex379FC64814016c43932
Octal67237306110240263047162
Binary110111100111111100011010010001010001011011000100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379fc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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