Html Css Color HEX #385954 Blue Dianne

📋 copy color: '#385954'

red 56 ◦ green 89 ◦ blue 84

#385954
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #385954

Tints of Blue Dianne #385954

RGB

 RED value IS 56 (22.27% from 255) = 24.45%

 GREEN value IS 89 (35.16% from 255) = 38.86%

 BLUE value IS 84 (33.2% from 255) = 36.68%

R = 24.45%
G = 38.86%
B = 36.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#385954 (or 0x385954) is known color: Blue Dianne. HEX triplet: 38, 59 and 54. RGB value is (56,89,84). Sum of RGB (Red+Green+Blue) = 56+89+84=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #385954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385954 is #C7A6AB. Grayscale: #4E4E4E. Windows color (decimal): -13084332 or 5527864. OLE color: 5527864.

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

Color convert

RGB 56 89 84 -
CMYK 0.37 0 0.06 0.65
HSL 170.91º 0.23% 0.28% -
HSV(B) 170.91º 0.37% 0.35% -
XYZ 6.8 8.63 9.69 -
YUV 78.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 56 89 84 0.37 0 0.06 0.65 170.91 0.23 0.28
Hex 38 59 54 25 0 6 41 AB 17 1C
Octal 70 131 124 45 0 6 101 253 27 34
Binary 111000 1011001 1010100 100101 0 110 1000001 10101011 10111 11100

Color Harmonies of #385954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385954

Black with #385954

Text Example


Text Example

White with #385954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385954; }

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

 H1.HeaderClassName
 {
   color: #385954;
 }
 .AnyTagClassName
 {
   color: #385954;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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