Html Css Color HEX #378C95 Blue Chill

📋 copy color: '#378C95'

red 55 ◦ green 140 ◦ blue 149

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

Shades of Blue Chill #378C95

Tints of Blue Chill #378C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.7%

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 15.99%
G = 40.7%
B = 43.31%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#378C95 (or 0x378C95) is known color: Blue Chill. HEX triplet: 37, 8C and 95. RGB value is (55,140,149). Sum of RGB (Red+Green+Blue) = 55+140+149=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #378C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378C95 is #C8736A. Grayscale: #737373. Windows color (decimal): -13136747 or 9800759. OLE color: 9800759.

HSL color Cylindrical-coordinate representation of color #378C95: hue angle of 185.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378C95 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 140 149 -
CMYK 0.63 0.06 0 0.42
HSL 185.74º 0.46% 0.4% -
HSV(B) 185.74º 0.63% 0.58% -
XYZ 16.38 21.74 31.77 -
YUV 115.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 55 140 149 0.63 0.06 0 0.42 185.74 0.46 0.4
Hex 37 8C 95 3F 6 0 2A BA 2E 28
Octal 67 214 225 77 6 0 52 272 56 50
Binary 110111 10001100 10010101 111111 110 0 101010 10111010 101110 101000

Color Harmonies of #378C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C95

Black with #378C95

Text Example


Text Example

White with #378C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,140,149); }

 H1.HeaderClassName
 {
   color: #378C95;
 }
 .AnyTagClassName
 {
   color: #378C95;
 }
</style>

background-color css

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

 a { background-color: rgb(55,140,149); }

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

border-color css

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

 span { border-color: rgb(55,140,149); }

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