Html Css Color HEX #318A88 Blue Chill

📋 copy color: '#318A88'

red 49 ◦ green 138 ◦ blue 136

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

Shades of Blue Chill #318A88

Tints of Blue Chill #318A88

RGB

 RED value IS 49 (19.53% from 255) = 15.17%

 GREEN value IS 138 (54.3% from 255) = 42.72%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 15.17%
G = 42.72%
B = 42.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#318A88 (or 0x318A88) is known color: Blue Chill. HEX triplet: 31, 8A and 88. RGB value is (49,138,136). Sum of RGB (Red+Green+Blue) = 49+138+136=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #318A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318A88 is #CE7577. Grayscale: #6F6F6F. Windows color (decimal): -13530488 or 8948273. OLE color: 8948273.

HSL color Cylindrical-coordinate representation of color #318A88: hue angle of 178.65º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318A88 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 138 136 -
CMYK 0.64 0 0.01 0.46
HSL 178.65º 0.48% 0.37% -
HSV(B) 178.65º 0.64% 0.54% -
XYZ 14.8 20.61 26.49 -
YUV 111.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 49 138 136 0.64 0 0.01 0.46 178.65 0.48 0.37
Hex 31 8A 88 40 0 1 2E B3 30 25
Octal 61 212 210 100 0 1 56 263 60 45
Binary 110001 10001010 10001000 1000000 0 1 101110 10110011 110000 100101

Color Harmonies of #318A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318A88

Black with #318A88

Text Example


Text Example

White with #318A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318A88; }

 p { color: rgb(49,138,136); }

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

background-color css

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

 a { background-color: rgb(49,138,136); }

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

border-color css

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

 span { border-color: rgb(49,138,136); }

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