Html Css Color HEX #386879 Bismark

📋 copy color: '#386879'

red 56 ◦ green 104 ◦ blue 121

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

Shades of Bismark #386879

Tints of Bismark #386879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.01%

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 19.93%
G = 37.01%
B = 43.06%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386879 (or 0x386879) is known color: Bismark. HEX triplet: 38, 68 and 79. RGB value is (56,104,121). Sum of RGB (Red+Green+Blue) = 56+104+121=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #386879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386879 is #C79786. Grayscale: #5B5B5B. Windows color (decimal): -13080455 or 7956536. OLE color: 7956536.

HSL color Cylindrical-coordinate representation of color #386879: hue angle of 195.69º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #386879 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 104 121 -
CMYK 0.54 0.14 0 0.53
HSL 195.69º 0.37% 0.35% -
HSV(B) 195.69º 0.54% 0.47% -
XYZ 10.03 12.12 19.9 -
YUV 91.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 56 104 121 0.54 0.14 0 0.53 195.69 0.37 0.35
Hex 38 68 79 36 E 0 35 C4 25 23
Octal 70 150 171 66 16 0 65 304 45 43
Binary 111000 1101000 1111001 110110 1110 0 110101 11000100 100101 100011

Color Harmonies of #386879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386879

Black with #386879

Text Example


Text Example

White with #386879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386879; }

 p { color: rgb(56,104,121); }

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

background-color css

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

 a { background-color: rgb(56,104,121); }

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

border-color css

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

 span { border-color: rgb(56,104,121); }

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