#378a8f

Color #378A8F Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #378A8F

Tints of Blue Chill #378A8F

Color information

#378A8F (or 0x378A8F) is unknown color: approx Blue Chill. HEX triplet: 37, 8A and 8F. RGB value is (55,138,143). Sum of RGB (Red+Green+Blue) = 55+138+143=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #378A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378A8F is #C87570. Grayscale: #717171. Windows color (decimal): -13137265 or 9407031. OLE color: 9407031.

HSL color Cylindrical-coordinate representation of color #378A8F: hue angle of 183.41º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378A8F is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55138143-
CMYK0.620.0300.44
HSL183.41º44.44%38.82%-
HSV(B)183.41º61.54%56.08%-
XYZ15.6220.9729.21-
YUV113.75144.586.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.37%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 143 (56.25% from 255) = 42.56%
R=16.37%
G=41.07%
B=42.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551381430.620.0300.44183.4144.4438.82
Hex378A8F3E302Cb72c27
Octal672122177630542675447
Binary110111100010101000111111111011010110010110111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378a8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378a8f; }

 p { color: rgb(55,138,143); }

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

<style>
 a { background-color: #378a8f; }

 a { background-color: rgb(55,138,143); }

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

<style>
 span { border-color: #378a8f; }

 span { border-color: rgb(55,138,143); }

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