Html Css Color HEX #3A8592 Blue Chill

📋 copy color: '#3A8592'

red 58 ◦ green 133 ◦ blue 146

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

Shades of Blue Chill #3A8592

Tints of Blue Chill #3A8592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 17.21%
G = 39.47%
B = 43.32%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A8592 (or 0x3A8592) is known color: Blue Chill. HEX triplet: 3A, 85 and 92. RGB value is (58,133,146). Sum of RGB (Red+Green+Blue) = 58+133+146=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A8592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8592 is #C57A6D. Grayscale: #6F6F6F. Windows color (decimal): -12941934 or 9602362. OLE color: 9602362.

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

Color convert

RGB 58 133 146 -
CMYK 0.60 0.09 0 0.43
HSL 188.86º 0.43% 0.4% -
HSV(B) 188.86º 0.6% 0.57% -
XYZ 15.32 19.75 30.2 -
YUV 112.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 58 133 146 0.60 0.09 0 0.43 188.86 0.43 0.4
Hex 3A 85 92 3C 9 0 2B BD 2B 28
Octal 72 205 222 74 11 0 53 275 53 50
Binary 111010 10000101 10010010 111100 1001 0 101011 10111101 101011 101000

Color Harmonies of #3A8592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8592

Black with #3A8592

Text Example


Text Example

White with #3A8592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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