Html Css Color HEX #3A8591 Blue Chill

📋 copy color: '#3A8591'

red 58 ◦ green 133 ◦ blue 145

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

Shades of Blue Chill #3A8591

Tints of Blue Chill #3A8591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.58%

 BLUE value IS 145 (57.03% from 255) = 43.15%

R = 17.26%
G = 39.58%
B = 43.15%

CMYK

 C value IS 0.6

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A8591 (or 0x3A8591) is known color: Blue Chill. HEX triplet: 3A, 85 and 91. RGB value is (58,133,145). Sum of RGB (Red+Green+Blue) = 58+133+145=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A8591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8591 is #C57A6E. Grayscale: #6F6F6F. Windows color (decimal): -12941935 or 9536826. OLE color: 9536826.

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

Color convert

RGB 58 133 145 -
CMYK 0.6 0.08 0 0.43
HSL 188.28º 0.43% 0.4% -
HSV(B) 188.28º 0.6% 0.57% -
XYZ 15.24 19.72 29.79 -
YUV 111.94 146.65 89.52 -
System Red Green Blue C M Y K H S L
Decimal 58 133 145 0.6 0.08 0 0.43 188.28 0.43 0.4
Hex 3A 85 91 3C 8 0 2B BC 2B 28
Octal 72 205 221 74 10 0 53 274 53 50
Binary 111010 10000101 10010001 111100 1000 0 101011 10111100 101011 101000

Color Harmonies of #3A8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8591

Black with #3A8591

Text Example


Text Example

White with #3A8591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,133,145); }

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

background-color css

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

 a { background-color: rgb(58,133,145); }

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

border-color css

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

 span { border-color: rgb(58,133,145); }

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