Html Css Color HEX #438695 Hippie Blue

📋 copy color: '#438695'

red 67 ◦ green 134 ◦ blue 149

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

Shades of Hippie Blue #438695

Tints of Hippie Blue #438695

RGB

 RED value IS 67 (26.56% from 255) = 19.14%

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 19.14%
G = 38.29%
B = 42.57%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#438695 (or 0x438695) is known color: Hippie Blue. HEX triplet: 43, 86 and 95. RGB value is (67,134,149). Sum of RGB (Red+Green+Blue) = 67+134+149=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #438695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438695 is #BC796A. Grayscale: #737373. Windows color (decimal): -12351851 or 9799235. OLE color: 9799235.

HSL color Cylindrical-coordinate representation of color #438695: hue angle of 190.98º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #438695 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 134 149 -
CMYK 0.55 0.10 0 0.42
HSL 190.98º 0.38% 0.42% -
HSV(B) 190.98º 0.55% 0.58% -
XYZ 16.26 20.41 31.52 -
YUV 115.68 146.8 93.28 -
System Red Green Blue C M Y K H S L
Decimal 67 134 149 0.55 0.10 0 0.42 190.98 0.38 0.42
Hex 43 86 95 37 A 0 2A BF 26 2A
Octal 103 206 225 67 12 0 52 277 46 52
Binary 1000011 10000110 10010101 110111 1010 0 101010 10111111 100110 101010

Color Harmonies of #438695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438695

Black with #438695

Text Example


Text Example

White with #438695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438695; }

 p { color: rgb(67,134,149); }

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

background-color css

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

 a { background-color: rgb(67,134,149); }

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

border-color css

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

 span { border-color: rgb(67,134,149); }

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