Html Css Color HEX #3A898C Blue Chill

📋 copy color: '#3A898C'

red 58 ◦ green 137 ◦ blue 140

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

Shades of Blue Chill #3A898C

Tints of Blue Chill #3A898C

RGB

 RED value IS 58 (23.05% from 255) = 17.31%

 GREEN value IS 137 (53.91% from 255) = 40.9%

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 17.31%
G = 40.9%
B = 41.79%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A898C (or 0x3A898C) is known color: Blue Chill. HEX triplet: 3A, 89 and 8C. RGB value is (58,137,140). Sum of RGB (Red+Green+Blue) = 58+137+140=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A898C is #C57673. Grayscale: #717171. Windows color (decimal): -12940916 or 9210170. OLE color: 9210170.

HSL color Cylindrical-coordinate representation of color #3A898C: hue angle of 182.2º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A898C is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 137 140 -
CMYK 0.59 0.02 0 0.45
HSL 182.2º 0.41% 0.39% -
HSV(B) 182.2º 0.59% 0.55% -
XYZ 15.42 20.68 27.99 -
YUV 113.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 58 137 140 0.59 0.02 0 0.45 182.2 0.41 0.39
Hex 3A 89 8C 3B 2 0 2D B6 29 27
Octal 72 211 214 73 2 0 55 266 51 47
Binary 111010 10001001 10001100 111011 10 0 101101 10110110 101001 100111

Color Harmonies of #3A898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A898C

Black with #3A898C

Text Example


Text Example

White with #3A898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A898C; }

 p { color: rgb(58,137,140); }

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

background-color css

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

 a { background-color: rgb(58,137,140); }

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

border-color css

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

 span { border-color: rgb(58,137,140); }

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