Html Css Color HEX #318C90 Blue Chill

📋 copy color: '#318C90'

red 49 ◦ green 140 ◦ blue 144

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

Shades of Blue Chill #318C90

Tints of Blue Chill #318C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 14.71%
G = 42.04%
B = 43.24%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#318C90 (or 0x318C90) is known color: Blue Chill. HEX triplet: 31, 8C and 90. RGB value is (49,140,144). Sum of RGB (Red+Green+Blue) = 49+140+144=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #318C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318C90 is #CE736F. Grayscale: #717171. Windows color (decimal): -13529968 or 9473073. OLE color: 9473073.

HSL color Cylindrical-coordinate representation of color #318C90: hue angle of 182.53º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318C90 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 140 144 -
CMYK 0.66 0.03 0 0.44
HSL 182.53º 0.49% 0.38% -
HSV(B) 182.53º 0.66% 0.56% -
XYZ 15.68 21.42 29.69 -
YUV 113.25 145.35 82.17 -
System Red Green Blue C M Y K H S L
Decimal 49 140 144 0.66 0.03 0 0.44 182.53 0.49 0.38
Hex 31 8C 90 42 3 0 2C B7 31 26
Octal 61 214 220 102 3 0 54 267 61 46
Binary 110001 10001100 10010000 1000010 11 0 101100 10110111 110001 100110

Color Harmonies of #318C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C90

Black with #318C90

Text Example


Text Example

White with #318C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,140,144); }

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

background-color css

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

 a { background-color: rgb(49,140,144); }

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

border-color css

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

 span { border-color: rgb(49,140,144); }

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