Html Css Color HEX #385251 Blue Dianne

📋 copy color: '#385251'

red 56 ◦ green 82 ◦ blue 81

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

Shades of Blue Dianne #385251

Tints of Blue Dianne #385251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 25.57%
G = 37.44%
B = 36.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#385251 (or 0x385251) is known color: Blue Dianne. HEX triplet: 38, 52 and 51. RGB value is (56,82,81). Sum of RGB (Red+Green+Blue) = 56+82+81=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #385251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385251 is #C7ADAE. Grayscale: #4A4A4A. Windows color (decimal): -13086127 or 5329464. OLE color: 5329464.

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

Color convert

RGB 56 82 81 -
CMYK 0.32 0 0.01 0.68
HSL 177.69º 0.19% 0.27% -
HSV(B) 177.69º 0.32% 0.32% -
XYZ 6.13 7.47 8.9 -
YUV 74.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 56 82 81 0.32 0 0.01 0.68 177.69 0.19 0.27
Hex 38 52 51 20 0 1 44 B2 13 1B
Octal 70 122 121 40 0 1 104 262 23 33
Binary 111000 1010010 1010001 100000 0 1 1000100 10110010 10011 11011

Color Harmonies of #385251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385251

Black with #385251

Text Example


Text Example

White with #385251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385251; }

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

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

background-color css

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

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

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

border-color css

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

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

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