Html Css Color HEX #378885 Blue Chill

📋 copy color: '#378885'

red 55 ◦ green 136 ◦ blue 133

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

Shades of Blue Chill #378885

Tints of Blue Chill #378885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.98%

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 16.98%
G = 41.98%
B = 41.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#378885 (or 0x378885) is known color: Blue Chill. HEX triplet: 37, 88 and 85. RGB value is (55,136,133). Sum of RGB (Red+Green+Blue) = 55+136+133=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #378885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378885 is #C8777A. Grayscale: #6F6F6F. Windows color (decimal): -13137787 or 8751159. OLE color: 8751159.

HSL color Cylindrical-coordinate representation of color #378885: hue angle of 177.78º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378885 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 136 133 -
CMYK 0.60 0 0.02 0.47
HSL 177.78º 0.42% 0.37% -
HSV(B) 177.78º 0.6% 0.53% -
XYZ 14.61 20.11 25.3 -
YUV 111.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 55 136 133 0.60 0 0.02 0.47 177.78 0.42 0.37
Hex 37 88 85 3C 0 2 2F B2 2A 25
Octal 67 210 205 74 0 2 57 262 52 45
Binary 110111 10001000 10000101 111100 0 10 101111 10110010 101010 100101

Color Harmonies of #378885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378885

Black with #378885

Text Example


Text Example

White with #378885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378885; }

 p { color: rgb(55,136,133); }

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

background-color css

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

 a { background-color: rgb(55,136,133); }

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

border-color css

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

 span { border-color: rgb(55,136,133); }

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