#38514C

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

Shades of Blue Dianne #38514C

Tints of Blue Dianne #38514C

Color information

#38514C (or 0x38514C) is unknown color: approx Blue Dianne. HEX triplet: 38, 51 and 4C. RGB value is (56,81,76). Sum of RGB (Red+Green+Blue) = 56+81+76=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #38514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38514C is #C7AEB3. Grayscale: #484848. Windows color (decimal): -13086388 or 5001528. OLE color: 5001528.

HSL color Cylindrical-coordinate representation of color #38514C: hue angle of 168º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #38514C is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB568176-
CMYK0.3100.060.68
HSL168º18.25%26.86%-
HSV(B)168º30.86%31.76%-
XYZ5.887.257.93-
YUV72.96129.72115.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=26.29%
G=38.03%
B=35.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681760.3100.060.6816818.2526.86
Hex38514C1F0644a8121b
Octal7012111437061042502233
Binary111000101000110011001111101101000100101010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38514C; }

 p { color: rgb(56,81,76); }

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

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

 a { background-color: rgb(56,81,76); }

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

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

 span { border-color: rgb(56,81,76); }

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