Html Css Color HEX #385150 Blue Dianne

📋 copy color: '#385150'

red 56 ◦ green 81 ◦ blue 80

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

Shades of Blue Dianne #385150

Tints of Blue Dianne #385150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.33%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 25.81%
G = 37.33%
B = 36.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#385150 (or 0x385150) is known color: Blue Dianne. HEX triplet: 38, 51 and 50. RGB value is (56,81,80). Sum of RGB (Red+Green+Blue) = 56+81+80=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #385150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385150 is #C7AEAF. Grayscale: #494949. Windows color (decimal): -13086384 or 5263672. OLE color: 5263672.

HSL color Cylindrical-coordinate representation of color #385150: hue angle of 177.6º 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 #385150 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 80 -
CMYK 0.31 0 0.01 0.68
HSL 177.6º 0.18% 0.27% -
HSV(B) 177.6º 0.31% 0.32% -
XYZ 6.02 7.3 8.68 -
YUV 73.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 56 81 80 0.31 0 0.01 0.68 177.6 0.18 0.27
Hex 38 51 50 1F 0 1 44 B2 12 1B
Octal 70 121 120 37 0 1 104 262 22 33
Binary 111000 1010001 1010000 11111 0 1 1000100 10110010 10010 11011

Color Harmonies of #385150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385150

Black with #385150

Text Example


Text Example

White with #385150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385150; }

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

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

background-color css

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

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

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

border-color css

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

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

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