Html Css Color HEX #3A8496 Hippie Blue

📋 copy color: '#3A8496'

red 58 ◦ green 132 ◦ blue 150

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

Shades of Hippie Blue #3A8496

Tints of Hippie Blue #3A8496

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 17.06%
G = 38.82%
B = 44.12%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A8496 (or 0x3A8496) is known color: Hippie Blue. HEX triplet: 3A, 84 and 96. RGB value is (58,132,150). Sum of RGB (Red+Green+Blue) = 58+132+150=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A8496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8496 is #C57B69. Grayscale: #6F6F6F. Windows color (decimal): -12942186 or 9864250. OLE color: 9864250.

HSL color Cylindrical-coordinate representation of color #3A8496: hue angle of 191.74º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A8496 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 132 150 -
CMYK 0.61 0.12 0 0.41
HSL 191.74º 0.44% 0.41% -
HSV(B) 191.74º 0.61% 0.59% -
XYZ 15.5 19.6 31.82 -
YUV 111.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 58 132 150 0.61 0.12 0 0.41 191.74 0.44 0.41
Hex 3A 84 96 3D C 0 29 C0 2C 29
Octal 72 204 226 75 14 0 51 300 54 51
Binary 111010 10000100 10010110 111101 1100 0 101001 11000000 101100 101001

Color Harmonies of #3A8496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8496

Black with #3A8496

Text Example


Text Example

White with #3A8496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,132,150); }

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

background-color css

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

 a { background-color: rgb(58,132,150); }

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

border-color css

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

 span { border-color: rgb(58,132,150); }

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