Html Css Color HEX #438198 Hippie Blue

📋 copy color: '#438198'

red 67 ◦ green 129 ◦ blue 152

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

Shades of Hippie Blue #438198

Tints of Hippie Blue #438198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

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

R = 19.25%
G = 37.07%
B = 43.68%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#438198 (or 0x438198) is known color: Hippie Blue. HEX triplet: 43, 81 and 98. RGB value is (67,129,152). Sum of RGB (Red+Green+Blue) = 67+129+152=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #438198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438198 is #BC7E67. Grayscale: #707070. Windows color (decimal): -12353128 or 9994563. OLE color: 9994563.

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

Color convert

RGB 67 129 152 -
CMYK 0.56 0.15 0 0.40
HSL 196.24º 0.39% 0.43% -
HSV(B) 196.24º 0.56% 0.6% -
XYZ 15.83 19.16 32.57 -
YUV 113.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 67 129 152 0.56 0.15 0 0.40 196.24 0.39 0.43
Hex 43 81 98 38 F 0 28 C4 27 2B
Octal 103 201 230 70 17 0 50 304 47 53
Binary 1000011 10000001 10011000 111000 1111 0 101000 11000100 100111 101011

Color Harmonies of #438198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438198

Black with #438198

Text Example


Text Example

White with #438198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438198; }

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

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

background-color css

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

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

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

border-color css

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

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

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