Html Css Color HEX #3A9088 Blue Chill

📋 copy color: '#3A9088'

red 58 ◦ green 144 ◦ blue 136

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

Shades of Blue Chill #3A9088

Tints of Blue Chill #3A9088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

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

R = 17.16%
G = 42.6%
B = 40.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#3A9088 (or 0x3A9088) is known color: Blue Chill. HEX triplet: 3A, 90 and 88. RGB value is (58,144,136). Sum of RGB (Red+Green+Blue) = 58+144+136=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #3A9088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9088 is #C56F77. Grayscale: #757575. Windows color (decimal): -12939128 or 8949818. OLE color: 8949818.

HSL color Cylindrical-coordinate representation of color #3A9088: hue angle of 174.42º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9088 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 144 136 -
CMYK 0.60 0 0.06 0.44
HSL 174.42º 0.43% 0.4% -
HSV(B) 174.42º 0.6% 0.56% -
XYZ 16.16 22.62 26.81 -
YUV 117.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 58 144 136 0.60 0 0.06 0.44 174.42 0.43 0.4
Hex 3A 90 88 3C 0 6 2C AE 2B 28
Octal 72 220 210 74 0 6 54 256 53 50
Binary 111010 10010000 10001000 111100 0 110 101100 10101110 101011 101000

Color Harmonies of #3A9088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9088

Black with #3A9088

Text Example


Text Example

White with #3A9088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,144,136); }

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

background-color css

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

 a { background-color: rgb(58,144,136); }

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

border-color css

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

 span { border-color: rgb(58,144,136); }

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