#38544E

Color #38544E Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #38544E

Tints of Blue Dianne #38544E

Color information

#38544E (or 0x38544E) is unknown color: approx Blue Dianne. HEX triplet: 38, 54 and 4E. RGB value is (56,84,78). Sum of RGB (Red+Green+Blue) = 56+84+78=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #38544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38544E is #C7ABB1. Grayscale: #4A4A4A. Windows color (decimal): -13085618 or 5133368. OLE color: 5133368.

HSL color Cylindrical-coordinate representation of color #38544E: hue angle of 167.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38544E is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB568478-
CMYK0.3300.070.67
HSL167.14º20%27.45%-
HSV(B)167.14º33.33%32.94%-
XYZ6.187.738.37-
YUV74.94129.72114.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=25.69%
G=38.53%
B=35.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684780.3300.070.67167.142027.45
Hex38544E210743a7141b
Octal7012411641071032472433
Binary1110001010100100111010000101111000011101001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38544E; }

 p { color: rgb(56,84,78); }

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

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

 a { background-color: rgb(56,84,78); }

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

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

 span { border-color: rgb(56,84,78); }

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