#38697A

Color #38697A Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #38697A

Tints of Bismark #38697A

Color information

#38697A (or 0x38697A) is unknown color: approx Bismark. HEX triplet: 38, 69 and 7A. RGB value is (56,105,122). Sum of RGB (Red+Green+Blue) = 56+105+122=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #38697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38697A is #C79685. Grayscale: #5C5C5C. Windows color (decimal): -13080198 or 8022328. OLE color: 8022328.

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

Color convert

RGB56105122-
CMYK0.540.1400.52
HSL195.45º37.08%34.9%-
HSV(B)195.45º54.1%47.84%-
XYZ10.212.3520.26-
YUV92.29144.77102.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=19.79%
G=37.10%
B=43.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561051220.540.1400.52195.4537.0834.9
Hex38697A36E034c32523
Octal7015117266160643034543
Binary111000110100111110101101101110011010011000011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38697A; }

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

 H1.HeaderClassName
 {
   color: #38697A;
 }
 .AnyTagClassName
 {
   color: #38697A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #38697A;
 }
 .BgClassName
 {
   background-color: #38697A;
 }
</style>
border-color css

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

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

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