#438B98

Color #438B98 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #438B98

Tints of Hippie Blue #438B98

Color information

#438B98 (or 0x438B98) is unknown color: approx Hippie Blue. HEX triplet: 43, 8B and 98. RGB value is (67,139,152). Sum of RGB (Red+Green+Blue) = 67+139+152=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #438B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B98 is #BC7467. Grayscale: #767676. Windows color (decimal): -12350568 or 9997123. OLE color: 9997123.

HSL color Cylindrical-coordinate representation of color #438B98: hue angle of 189.18º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #438B98 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB67139152-
CMYK0.560.0900.40
HSL189.18º38.81%42.94%-
HSV(B)189.18º55.92%59.61%-
XYZ17.2121.9333.03-
YUV118.95146.6590.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.72%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=18.72%
G=38.83%
B=42.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal671391520.560.0900.40189.1838.8142.94
Hex438B98389028bd272b
Octal10321323070110502754753
Binary100001110001011100110001110001001010100010111101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #438B98;
 }
 .AnyTagClassName
 {
   color: #438B98;
 }
</style>
background-color css

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

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

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

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

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

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