Html Css Color HEX #40839B Hippie Blue

📋 copy color: '#40839B'

red 64 ◦ green 131 ◦ blue 155

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

Shades of Hippie Blue #40839B

Tints of Hippie Blue #40839B

RGB

 RED value IS 64 (25.39% from 255) = 18.29%

 GREEN value IS 131 (51.56% from 255) = 37.43%

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

R = 18.29%
G = 37.43%
B = 44.29%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40839B (or 0x40839B) is known color: Hippie Blue. HEX triplet: 40, 83 and 9B. RGB value is (64,131,155). Sum of RGB (Red+Green+Blue) = 64+131+155=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #40839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40839B is #BF7C64. Grayscale: #717171. Windows color (decimal): -12549221 or 10191680. OLE color: 10191680.

HSL color Cylindrical-coordinate representation of color #40839B: hue angle of 195.82º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40839B is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 131 155 -
CMYK 0.59 0.15 0 0.39
HSL 195.82º 0.42% 0.43% -
HSV(B) 195.82º 0.59% 0.61% -
XYZ 16.15 19.69 33.96 -
YUV 113.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 64 131 155 0.59 0.15 0 0.39 195.82 0.42 0.43
Hex 40 83 9B 3B F 0 27 C4 2A 2B
Octal 100 203 233 73 17 0 47 304 52 53
Binary 1000000 10000011 10011011 111011 1111 0 100111 11000100 101010 101011

Color Harmonies of #40839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40839B

Black with #40839B

Text Example


Text Example

White with #40839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40839B; }

 p { color: rgb(64,131,155); }

 H1.HeaderClassName
 {
   color: #40839B;
 }
 .AnyTagClassName
 {
   color: #40839B;
 }
</style>

background-color css

<style>
 a { background-color: #40839B; }

 a { background-color: rgb(64,131,155); }

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

border-color css

<style>
 span { border-color: #40839B; }

 span { border-color: rgb(64,131,155); }

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