Html Css Color HEX #387F9F Hippie Blue

📋 copy color: '#387F9F'

red 56 ◦ green 127 ◦ blue 159

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

Shades of Hippie Blue #387F9F

Tints of Hippie Blue #387F9F

RGB

 RED value IS 56 (22.27% from 255) = 16.37%

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 159 (62.5% from 255) = 46.49%

R = 16.37%
G = 37.13%
B = 46.49%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#387F9F (or 0x387F9F) is known color: Hippie Blue. HEX triplet: 38, 7F and 9F. RGB value is (56,127,159). Sum of RGB (Red+Green+Blue) = 56+127+159=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #387F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F9F is #C78060. Grayscale: #6D6D6D. Windows color (decimal): -13074529 or 10452792. OLE color: 10452792.

HSL color Cylindrical-coordinate representation of color #387F9F: hue angle of 198.64º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #387F9F is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 127 159 -
CMYK 0.65 0.20 0 0.38
HSL 198.64º 0.48% 0.42% -
HSV(B) 198.64º 0.65% 0.62% -
XYZ 15.48 18.52 35.56 -
YUV 109.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 56 127 159 0.65 0.20 0 0.38 198.64 0.48 0.42
Hex 38 7F 9F 41 14 0 26 C7 30 2A
Octal 70 177 237 101 24 0 46 307 60 52
Binary 111000 1111111 10011111 1000001 10100 0 100110 11000111 110000 101010

Color Harmonies of #387F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F9F

Black with #387F9F

Text Example


Text Example

White with #387F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387F9F; }

 p { color: rgb(56,127,159); }

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

background-color css

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

 a { background-color: rgb(56,127,159); }

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

border-color css

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

 span { border-color: rgb(56,127,159); }

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