Html Css Color HEX #3A829D Hippie Blue

📋 copy color: '#3A829D'

red 58 ◦ green 130 ◦ blue 157

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

Shades of Hippie Blue #3A829D

Tints of Hippie Blue #3A829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 16.81%
G = 37.68%
B = 45.51%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A829D (or 0x3A829D) is known color: Hippie Blue. HEX triplet: 3A, 82 and 9D. RGB value is (58,130,157). Sum of RGB (Red+Green+Blue) = 58+130+157=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A829D is #C57D62. Grayscale: #6F6F6F. Windows color (decimal): -12942691 or 10322490. OLE color: 10322490.

HSL color Cylindrical-coordinate representation of color #3A829D: hue angle of 196.36º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A829D is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 130 157 -
CMYK 0.63 0.17 0 0.38
HSL 196.36º 0.46% 0.42% -
HSV(B) 196.36º 0.63% 0.62% -
XYZ 15.81 19.3 34.79 -
YUV 111.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 58 130 157 0.63 0.17 0 0.38 196.36 0.46 0.42
Hex 3A 82 9D 3F 11 0 26 C4 2E 2A
Octal 72 202 235 77 21 0 46 304 56 52
Binary 111010 10000010 10011101 111111 10001 0 100110 11000100 101110 101010

Color Harmonies of #3A829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A829D

Black with #3A829D

Text Example


Text Example

White with #3A829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,130,157); }

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

background-color css

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

 a { background-color: rgb(58,130,157); }

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

border-color css

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

 span { border-color: rgb(58,130,157); }

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