Html Css Color HEX #3A8390 Blue Chill

📋 copy color: '#3A8390'

red 58 ◦ green 131 ◦ blue 144

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

Shades of Blue Chill #3A8390

Tints of Blue Chill #3A8390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.34%

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

R = 17.42%
G = 39.34%
B = 43.24%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A8390 (or 0x3A8390) is known color: Blue Chill. HEX triplet: 3A, 83 and 90. RGB value is (58,131,144). Sum of RGB (Red+Green+Blue) = 58+131+144=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 131 (51.56% from 255 or 39.34% 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 #3A8390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8390 is #C57C6F. Grayscale: #6E6E6E. Windows color (decimal): -12942448 or 9470778. OLE color: 9470778.

HSL color Cylindrical-coordinate representation of color #3A8390: hue angle of 189.07º 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 #3A8390 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 131 144 -
CMYK 0.60 0.09 0 0.44
HSL 189.07º 0.43% 0.4% -
HSV(B) 189.07º 0.6% 0.56% -
XYZ 14.9 19.15 29.3 -
YUV 110.66 146.82 90.44 -
System Red Green Blue C M Y K H S L
Decimal 58 131 144 0.60 0.09 0 0.44 189.07 0.43 0.4
Hex 3A 83 90 3C 9 0 2C BD 2B 28
Octal 72 203 220 74 11 0 54 275 53 50
Binary 111010 10000011 10010000 111100 1001 0 101100 10111101 101011 101000

Color Harmonies of #3A8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8390

Black with #3A8390

Text Example


Text Example

White with #3A8390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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