Html Css Color HEX #38514D Blue Dianne

📋 copy color: '#38514D'

red 56 ◦ green 81 ◦ blue 77

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

Shades of Blue Dianne #38514D

Tints of Blue Dianne #38514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 26.17%
G = 37.85%
B = 35.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#38514D (or 0x38514D) is known color: Blue Dianne. HEX triplet: 38, 51 and 4D. RGB value is (56,81,77). Sum of RGB (Red+Green+Blue) = 56+81+77=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #38514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38514D is #C7AEB2. Grayscale: #494949. Windows color (decimal): -13086387 or 5067064. OLE color: 5067064.

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

Color convert

RGB 56 81 77 -
CMYK 0.31 0 0.05 0.68
HSL 170.4º 0.18% 0.27% -
HSV(B) 170.4º 0.31% 0.32% -
XYZ 5.91 7.26 8.11 -
YUV 73.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 56 81 77 0.31 0 0.05 0.68 170.4 0.18 0.27
Hex 38 51 4D 1F 0 5 44 AA 12 1B
Octal 70 121 115 37 0 5 104 252 22 33
Binary 111000 1010001 1001101 11111 0 101 1000100 10101010 10010 11011

Color Harmonies of #38514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38514D

Black with #38514D

Text Example


Text Example

White with #38514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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