Html Css Color HEX #386878 Bismark

📋 copy color: '#386878'

red 56 ◦ green 104 ◦ blue 120

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

Shades of Bismark #386878

Tints of Bismark #386878

RGB

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

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

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

R = 20%
G = 37.14%
B = 42.86%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386878 (or 0x386878) is known color: Bismark. HEX triplet: 38, 68 and 78. RGB value is (56,104,120). Sum of RGB (Red+Green+Blue) = 56+104+120=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #386878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386878 is #C79787. Grayscale: #5B5B5B. Windows color (decimal): -13080456 or 7891000. OLE color: 7891000.

HSL color Cylindrical-coordinate representation of color #386878: hue angle of 195º 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 #386878 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 104 120 -
CMYK 0.53 0.13 0 0.53
HSL 195º 0.36% 0.35% -
HSV(B) 195º 0.53% 0.47% -
XYZ 9.97 12.1 19.58 -
YUV 91.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 56 104 120 0.53 0.13 0 0.53 195 0.36 0.35
Hex 38 68 78 35 D 0 35 C3 24 23
Octal 70 150 170 65 15 0 65 303 44 43
Binary 111000 1101000 1111000 110101 1101 0 110101 11000011 100100 100011

Color Harmonies of #386878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386878

Black with #386878

Text Example


Text Example

White with #386878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386878; }

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

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

background-color css

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

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

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

border-color css

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

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

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