Html Css Color HEX #438398 Hippie Blue

📋 copy color: '#438398'

red 67 ◦ green 131 ◦ blue 152

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

Shades of Hippie Blue #438398

Tints of Hippie Blue #438398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 19.14%
G = 37.43%
B = 43.43%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#438398 (or 0x438398) is known color: Hippie Blue. HEX triplet: 43, 83 and 98. RGB value is (67,131,152). Sum of RGB (Red+Green+Blue) = 67+131+152=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #438398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438398 is #BC7C67. Grayscale: #727272. Windows color (decimal): -12352616 or 9995075. OLE color: 9995075.

HSL color Cylindrical-coordinate representation of color #438398: hue angle of 194.82º 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 #438398 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 67 131 152 -
CMYK 0.56 0.14 0 0.40
HSL 194.82º 0.39% 0.43% -
HSV(B) 194.82º 0.56% 0.6% -
XYZ 16.1 19.69 32.66 -
YUV 114.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 67 131 152 0.56 0.14 0 0.40 194.82 0.39 0.43
Hex 43 83 98 38 E 0 28 C3 27 2B
Octal 103 203 230 70 16 0 50 303 47 53
Binary 1000011 10000011 10011000 111000 1110 0 101000 11000011 100111 101011

Color Harmonies of #438398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438398

Black with #438398

Text Example


Text Example

White with #438398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438398; }

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

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

background-color css

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

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

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

border-color css

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

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

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