#385852

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

Shades of Blue Dianne #385852

Tints of Blue Dianne #385852

Color information

#385852 (or 0x385852) is unknown color: approx Blue Dianne. HEX triplet: 38, 58 and 52. RGB value is (56,88,82). Sum of RGB (Red+Green+Blue) = 56+88+82=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #385852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385852 is #C7A7AD. Grayscale: #4D4D4D. Windows color (decimal): -13084590 or 5396536. OLE color: 5396536.

HSL color Cylindrical-coordinate representation of color #385852: hue angle of 168.75º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385852 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB568882-
CMYK0.3600.070.65
HSL168.75º22.22%28.24%-
HSV(B)168.75º36.36%34.51%-
XYZ6.648.439.26-
YUV77.75130.4112.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=24.78%
G=38.94%
B=36.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688820.3600.070.65168.7522.2228.24
Hex385852240741a9161c
Octal7013012244071012512634
Binary1110001011000101001010010001111000001101010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385852; }

 p { color: rgb(56,88,82); }

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

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

 a { background-color: rgb(56,88,82); }

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

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

 span { border-color: rgb(56,88,82); }

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