Html Css Color HEX #386976 Bismark

📋 copy color: '#386976'

red 56 ◦ green 105 ◦ blue 118

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

Shades of Bismark #386976

Tints of Bismark #386976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.63%

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 20.07%
G = 37.63%
B = 42.29%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#386976 (or 0x386976) is known color: Bismark. HEX triplet: 38, 69 and 76. RGB value is (56,105,118). Sum of RGB (Red+Green+Blue) = 56+105+118=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #386976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386976 is #C79689. Grayscale: #5B5B5B. Windows color (decimal): -13080202 or 7760184. OLE color: 7760184.

HSL color Cylindrical-coordinate representation of color #386976: hue angle of 192.58º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386976 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 105 118 -
CMYK 0.53 0.11 0 0.54
HSL 192.58º 0.36% 0.34% -
HSV(B) 192.58º 0.53% 0.46% -
XYZ 9.95 12.25 18.98 -
YUV 91.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 56 105 118 0.53 0.11 0 0.54 192.58 0.36 0.34
Hex 38 69 76 35 B 0 36 C1 24 22
Octal 70 151 166 65 13 0 66 301 44 42
Binary 111000 1101001 1110110 110101 1011 0 110110 11000001 100100 100010

Color Harmonies of #386976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386976

Black with #386976

Text Example


Text Example

White with #386976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386976; }

 p { color: rgb(56,105,118); }

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

background-color css

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

 a { background-color: rgb(56,105,118); }

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

border-color css

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

 span { border-color: rgb(56,105,118); }

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