#385450

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

Shades of Blue Dianne #385450

Tints of Blue Dianne #385450

Color information

#385450 (or 0x385450) is unknown color: approx Blue Dianne. HEX triplet: 38, 54 and 50. RGB value is (56,84,80). Sum of RGB (Red+Green+Blue) = 56+84+80=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #385450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385450 is #C7ABAF. Grayscale: #4B4B4B. Windows color (decimal): -13085616 or 5264440. OLE color: 5264440.

HSL color Cylindrical-coordinate representation of color #385450: hue angle of 171.43º 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 #385450 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB568480-
CMYK0.3300.050.67
HSL171.43º20%27.45%-
HSV(B)171.43º33.33%32.94%-
XYZ6.257.768.76-
YUV75.17130.72114.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=25.45%
G=38.18%
B=36.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684800.3300.050.67171.432027.45
Hex385450210543ab141b
Octal7012412041051032532433
Binary1110001010100101000010000101011000011101010111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385450; }

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

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

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

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

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

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

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

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