Html Css Color HEX #386A78 Bismark

📋 copy color: '#386A78'

red 56 ◦ green 106 ◦ blue 120

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

Shades of Bismark #386A78

Tints of Bismark #386A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.59%

 BLUE value IS 120 (47.27% from 255) = 42.55%

R = 19.86%
G = 37.59%
B = 42.55%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386A78 (or 0x386A78) is known color: Bismark. HEX triplet: 38, 6A and 78. RGB value is (56,106,120). Sum of RGB (Red+Green+Blue) = 56+106+120=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #386A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A78 is #C79587. Grayscale: #5C5C5C. Windows color (decimal): -13079944 or 7891512. OLE color: 7891512.

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

Color convert

RGB 56 106 120 -
CMYK 0.53 0.12 0 0.53
HSL 193.13º 0.36% 0.35% -
HSV(B) 193.13º 0.53% 0.47% -
XYZ 10.18 12.5 19.65 -
YUV 92.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 56 106 120 0.53 0.12 0 0.53 193.13 0.36 0.35
Hex 38 6A 78 35 C 0 35 C1 24 23
Octal 70 152 170 65 14 0 65 301 44 43
Binary 111000 1101010 1111000 110101 1100 0 110101 11000001 100100 100011

Color Harmonies of #386A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A78

Black with #386A78

Text Example


Text Example

White with #386A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386A78; }

 p { color: rgb(56,106,120); }

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

background-color css

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

 a { background-color: rgb(56,106,120); }

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

border-color css

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

 span { border-color: rgb(56,106,120); }

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