Html Css Color HEX #3A819E Hippie Blue

📋 copy color: '#3A819E'

red 58 ◦ green 129 ◦ blue 158

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

Shades of Hippie Blue #3A819E

Tints of Hippie Blue #3A819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

 BLUE value IS 158 (62.11% from 255) = 45.8%

R = 16.81%
G = 37.39%
B = 45.8%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A819E (or 0x3A819E) is known color: Hippie Blue. HEX triplet: 3A, 81 and 9E. RGB value is (58,129,158). Sum of RGB (Red+Green+Blue) = 58+129+158=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A819E is #C57E61. Grayscale: #6E6E6E. Windows color (decimal): -12942946 or 10387770. OLE color: 10387770.

HSL color Cylindrical-coordinate representation of color #3A819E: hue angle of 197.4º 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 #3A819E is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 129 158 -
CMYK 0.63 0.18 0 0.38
HSL 197.4º 0.46% 0.42% -
HSV(B) 197.4º 0.63% 0.62% -
XYZ 15.77 19.07 35.2 -
YUV 111.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 58 129 158 0.63 0.18 0 0.38 197.4 0.46 0.42
Hex 3A 81 9E 3F 12 0 26 C5 2E 2A
Octal 72 201 236 77 22 0 46 305 56 52
Binary 111010 10000001 10011110 111111 10010 0 100110 11000101 101110 101010

Color Harmonies of #3A819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A819E

Black with #3A819E

Text Example


Text Example

White with #3A819E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,129,158); }

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

background-color css

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

 a { background-color: rgb(58,129,158); }

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

border-color css

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

 span { border-color: rgb(58,129,158); }

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