Html Css Color HEX #3D829B Hippie Blue

📋 copy color: '#3D829B'

red 61 ◦ green 130 ◦ blue 155

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

Shades of Hippie Blue #3D829B

Tints of Hippie Blue #3D829B

RGB

 RED value IS 61 (24.22% from 255) = 17.63%

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 17.63%
G = 37.57%
B = 44.8%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D829B (or 0x3D829B) is known color: Hippie Blue. HEX triplet: 3D, 82 and 9B. RGB value is (61,130,155). Sum of RGB (Red+Green+Blue) = 61+130+155=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D829B is #C27D64. Grayscale: #707070. Windows color (decimal): -12746085 or 10191421. OLE color: 10191421.

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

Color convert

RGB 61 130 155 -
CMYK 0.61 0.16 0 0.39
HSL 195.96º 0.44% 0.42% -
HSV(B) 195.96º 0.61% 0.61% -
XYZ 15.82 19.32 33.91 -
YUV 112.22 152.14 91.47 -
System Red Green Blue C M Y K H S L
Decimal 61 130 155 0.61 0.16 0 0.39 195.96 0.44 0.42
Hex 3D 82 9B 3D 10 0 27 C4 2C 2A
Octal 75 202 233 75 20 0 47 304 54 52
Binary 111101 10000010 10011011 111101 10000 0 100111 11000100 101100 101010

Color Harmonies of #3D829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D829B

Black with #3D829B

Text Example


Text Example

White with #3D829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,130,155); }

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

background-color css

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

 a { background-color: rgb(61,130,155); }

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

border-color css

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

 span { border-color: rgb(61,130,155); }

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