Html Css Color HEX #438BA0 Hippie Blue

📋 copy color: '#438BA0'

red 67 ◦ green 139 ◦ blue 160

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

Shades of Hippie Blue #438BA0

Tints of Hippie Blue #438BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.98%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 18.31%
G = 37.98%
B = 43.72%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#438BA0 (or 0x438BA0) is known color: Hippie Blue. HEX triplet: 43, 8B and A0. RGB value is (67,139,160). Sum of RGB (Red+Green+Blue) = 67+139+160=366 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.31% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #438BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438BA0 is #BC745F. Grayscale: #777777. Windows color (decimal): -12350560 or 10521411. OLE color: 10521411.

HSL color Cylindrical-coordinate representation of color #438BA0: hue angle of 193.55º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #438BA0 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 139 160 -
CMYK 0.58 0.13 0 0.37
HSL 193.55º 0.41% 0.45% -
HSV(B) 193.55º 0.58% 0.63% -
XYZ 17.89 22.2 36.6 -
YUV 119.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 67 139 160 0.58 0.13 0 0.37 193.55 0.41 0.45
Hex 43 8B A0 3A D 0 25 C2 29 2D
Octal 103 213 240 72 15 0 45 302 51 55
Binary 1000011 10001011 10100000 111010 1101 0 100101 11000010 101001 101101

Color Harmonies of #438BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438BA0

Black with #438BA0

Text Example


Text Example

White with #438BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438BA0; }

 p { color: rgb(67,139,160); }

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

background-color css

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

 a { background-color: rgb(67,139,160); }

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

border-color css

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

 span { border-color: rgb(67,139,160); }

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