Html Css Color HEX #3B849D Hippie Blue

📋 copy color: '#3B849D'

red 59 ◦ green 132 ◦ blue 157

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

Shades of Hippie Blue #3B849D

Tints of Hippie Blue #3B849D

RGB

 RED value IS 59 (23.44% from 255) = 16.95%

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

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

R = 16.95%
G = 37.93%
B = 45.11%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B849D (or 0x3B849D) is known color: Hippie Blue. HEX triplet: 3B, 84 and 9D. RGB value is (59,132,157). Sum of RGB (Red+Green+Blue) = 59+132+157=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B849D is #C47B62. Grayscale: #707070. Windows color (decimal): -12876643 or 10323003. OLE color: 10323003.

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

Color convert

RGB 59 132 157 -
CMYK 0.62 0.16 0 0.38
HSL 195.31º 0.45% 0.42% -
HSV(B) 195.31º 0.62% 0.62% -
XYZ 16.14 19.87 34.88 -
YUV 113.02 152.82 89.47 -
System Red Green Blue C M Y K H S L
Decimal 59 132 157 0.62 0.16 0 0.38 195.31 0.45 0.42
Hex 3B 84 9D 3E 10 0 26 C3 2D 2A
Octal 73 204 235 76 20 0 46 303 55 52
Binary 111011 10000100 10011101 111110 10000 0 100110 11000011 101101 101010

Color Harmonies of #3B849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B849D

Black with #3B849D

Text Example


Text Example

White with #3B849D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,132,157); }

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

background-color css

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

 a { background-color: rgb(59,132,157); }

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

border-color css

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

 span { border-color: rgb(59,132,157); }

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