Html Css Color HEX #40889D Hippie Blue

📋 copy color: '#40889D'

red 64 ◦ green 136 ◦ blue 157

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

Shades of Hippie Blue #40889D

Tints of Hippie Blue #40889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.1%

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

R = 17.93%
G = 38.1%
B = 43.98%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40889D (or 0x40889D) is known color: Hippie Blue. HEX triplet: 40, 88 and 9D. RGB value is (64,136,157). Sum of RGB (Red+Green+Blue) = 64+136+157=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #40889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40889D is #BF7762. Grayscale: #747474. Windows color (decimal): -12547939 or 10324032. OLE color: 10324032.

HSL color Cylindrical-coordinate representation of color #40889D: hue angle of 193.55º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40889D is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 136 157 -
CMYK 0.59 0.13 0 0.38
HSL 193.55º 0.42% 0.43% -
HSV(B) 193.55º 0.59% 0.62% -
XYZ 17 21.13 35.08 -
YUV 116.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 64 136 157 0.59 0.13 0 0.38 193.55 0.42 0.43
Hex 40 88 9D 3B D 0 26 C2 2A 2B
Octal 100 210 235 73 15 0 46 302 52 53
Binary 1000000 10001000 10011101 111011 1101 0 100110 11000010 101010 101011

Color Harmonies of #40889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40889D

Black with #40889D

Text Example


Text Example

White with #40889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40889D; }

 p { color: rgb(64,136,157); }

 H1.HeaderClassName
 {
   color: #40889D;
 }
 .AnyTagClassName
 {
   color: #40889D;
 }
</style>

background-color css

<style>
 a { background-color: #40889D; }

 a { background-color: rgb(64,136,157); }

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

border-color css

<style>
 span { border-color: #40889D; }

 span { border-color: rgb(64,136,157); }

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