Html Css Color HEX #3A849E Hippie Blue

📋 copy color: '#3A849E'

red 58 ◦ green 132 ◦ blue 158

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

Shades of Hippie Blue #3A849E

Tints of Hippie Blue #3A849E

RGB

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

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

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

R = 16.67%
G = 37.93%
B = 45.4%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A849E (or 0x3A849E) is known color: Hippie Blue. HEX triplet: 3A, 84 and 9E. RGB value is (58,132,158). Sum of RGB (Red+Green+Blue) = 58+132+158=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A849E is #C57B61. Grayscale: #707070. Windows color (decimal): -12942178 or 10388538. OLE color: 10388538.

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

Color convert

RGB 58 132 158 -
CMYK 0.63 0.16 0 0.38
HSL 195.6º 0.46% 0.42% -
HSV(B) 195.6º 0.63% 0.62% -
XYZ 16.17 19.87 35.33 -
YUV 112.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 58 132 158 0.63 0.16 0 0.38 195.6 0.46 0.42
Hex 3A 84 9E 3F 10 0 26 C4 2E 2A
Octal 72 204 236 77 20 0 46 304 56 52
Binary 111010 10000100 10011110 111111 10000 0 100110 11000100 101110 101010

Color Harmonies of #3A849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A849E

Black with #3A849E

Text Example


Text Example

White with #3A849E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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